Top "Cookies" questions

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

what is ASPXAUTH cookie?

While working with ASP.Net Forms Authentication I came across the .ASPXAUTH cookie. I have a couple questions: What is …

asp.net cookies forms-authentication
Is there a setting on Google Analytics to suppress use of cookies for users who have not yet given consent

According to EU Article 5(3) of the E-Privacy Directive (a.k.a 'The Cookie Laws'), web sites that target EU users …

javascript cookies google-analytics
How to delete Cookies from windows.form?

I am working with the Webbrowser control on a windows.form application written in C#. I would like to write …

c# cookies webbrowser-control
Automatic cookie handling with OkHttp 3

I am using okhttp 3.0.1. Every where I am getting example for cookie handling that is with okhttp2 OkHttpClient client = new …

cookies okhttp3
RabbitMQ, Erlang: How to "make sure the erlang cookies are the same"

I am using RabbitMQ with Grails, and a problem cropped up this morning. When I run rabbitmqctl status it tells …

cookies erlang rabbitmq
Cache VS Session VS cookies?

What are the do's and don'ts about Cache VS Session VS Cookies? For example: I'm using Session variables a lot …

asp.net session cookies state-management
Best option for Session management in Java

Best way managing session in Java. I heard that cookies are not reliable option for this as they gets stored …

java session servlets cookies url-rewriting
Create a cookie if (and only if) it doesn't already exist

I want to: Check to see if a cookie with name of "query" exists If yes, then do nothing If …

jquery cookies jquery-cookie
Set a jQuery cookie to show popup only once

I'm an absolute newbie in jQuery. I'm learning, but there is a Christmas message that I need to get up …

jquery cookies if-statement popup
Putting a `Cookie` in a `CookieJar`

I'm using the new Python Requests library to make http requests. I obtain a cookie from the server as text. …

python cookies http-request python-requests