Top "Cookies" questions

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

Cross domain POST request is not sending cookie Ajax Jquery

Seems that something similar already has been discussed on stackoverflow, but i could not find exactly the same. I am …

javascript jquery ajax cookies cross-domain
Apache HttpClient 4.0.3 - how do I set cookie with sessionID for POST request?

can you tell me how to store jsessionid in cookie, so it can be passed to the servlet with post …

java post cookies apache-httpclient-4.x
How to set expiration date for cookie in AngularJS

We want to store User's Authorization information in cookie which should not be lost upon refresh (F5) of browser. We …

javascript cookies angularjs session-cookies angular-cookies
Set a cookie to HttpOnly via Javascript

I have a cookie that is NOT HttpOnly Can I set this cookie to HttpOnly via JavaScript?

javascript http cookies
How does cookie "Secure" flag work?

I know that a cookie with secure flag won't be sent via an unencrypted connection. I wonder how this works …

http cookies session-cookies
Token Authentication vs. Cookies

What is the difference between token authentication and authentication using cookies? I am trying to implement the Ember Auth Rails …

authentication cookies ember.js
setcookie, Cannot modify header information - headers already sent

I am new to PHP, I practised PHP setcookie() just now and failed. http://localhost/test/index.php <!DOCTYPE …

php http cookies httpresponse
How to handle multiple cookies with the same name?

Say for example I had an application sending the following HTTP headers to set to cookie named "a": Set-Cookie: a=1;…

http cookies
Setting cross-domain cookies in Safari

I have to call domain A.com (which sets the cookies with http) from domain B.com. All I do …

javascript safari cookies cross-domain cross-site
Domain set cookie for subdomain

I looked in many questions about cookies but I didn't find an answer on my problem. I have following scenario: …

http cookies setcookie