Top "Cookies" questions

An HTTP cookie is a piece of data stored by the user's web browser.

IE 11 cookies in Developer tools

Is there an equivalent to Chrome's cookie view in IE 11 ? Chrome's cookie viewer: Resources->Cookies. Closest IE11 has is …

internet-explorer cookies internet-explorer-11 ie-developer-tools ie11-developer-tools
How do HttpOnly cookies work with AJAX requests?

JavaScript needs access to cookies if AJAX is used on a site with access restrictions based on cookies. Will HttpOnly …

ajax cookies httponly
How do I manage cookies with HttpClient in Android and/or Java?

I am trying to login to a site and maintain that session/cookie so that the server will recognize my …

java android cookies httpclient
what are the values in _ga cookie?

I am using universal analytics. universal analytics creates first party cookie _ga _ga=1.2.286403989.1366364567; 286403989 is clientId 1366364567 is timestamp what is 1 and 2 …

cookies google-analytics analytics web-analytics analytics.js
How to save requests (python) cookies to a file?

How to use the library requests (in python) after a request #!/usr/bin/env python # -*- coding: utf-8 -*…

python cookies python-requests
Allow php sessions to carry over to subdomains

I use php sessions (not cookies, except for session id cookie) for all user data, and when a user goes …

php apache session cookies
Firefox session cookies

Generally speaking, when given a cookie that has no expiration period, modern browsers will consider this cookie to be a …

firefox cookies session
how to unset cookie in PHP?

I need to figure out how to unset this cookie. Everything I tried so far has failed. This is how …

php session cookies session-cookies
How to use Postman Interceptor

Ever since I upgraded to Postman 0.9.6 I can't replicate user sessions because chrome doesn't allow postman to get user cookies. …

google-chrome cookies google-chrome-devtools postman
Set start date and expiration date for Rails cookies

How do I set a Rails cookie to start and/or expire at a certain date?

ruby-on-rails cookies