Top "Cookies" questions

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

Where to store JWT in browser? How to protect against CSRF?

I know cookie-based authentication. SSL and HttpOnly flag can be applied to protect cookie-based authentication from MITM and XSS. However, …

security authentication cookies csrf jwt
How to make a Python HTTP Request with POST data and Cookie?

I am trying to do a HTTP POST using cookies in Python. I have the values of URL, POST data …

python cookies http-post urllib2
localStorage vs sessionStorage vs cookies

I am working in an app where I need to keep some data during the user is logged in and …

angularjs html cookies local-storage session-cookies
Can't access cookies from document.cookie in JS, but browser shows cookies exist

I can't access any cookie from JavaScript. I need to read some value and send them via JSON for my …

javascript cookies get document key-value
Does Axios support Set-Cookie? Is it possible to authenticate through Axios HTTP request?

I'm trying to authenticate express API back-end using Axios HTTP request call. I was able to see 'Set-Cookie' in the …

express cookies axios
Why does Chrome ignore local jQuery cookies?

I am using the jQuery Cookie plugin (download and demo and source code with comments) to set and read a …

jquery cookies google-chrome
Where are an UIWebView's cookies stored?

I'm building an iPhone app with cookies. Deleting cookies in the Safari settings doesn't delete them. Where are they stored? …

iphone cookies
How to set cookie secure flag using javascript

I have tried to set a cookie using document.cookie = "tagname = test; secure" but this does not set the secure …

javascript security cookies get
What are the current cookie limits in modern browsers?

What are the generic cookie limits for modern browsers, as of 2011? I'm particularly interested in: Max size of a single …

javascript browser cookies cross-browser limit
The required anti-forgery cookie "__RequestVerificationToken" is not present

My website is raising this exception around 20 times a day, usually the form works fine but there are instances where …

c# jquery asp.net-mvc cookies antiforgerytoken