Questions tagged [cookies]

Small files sent by sites, used by web browsers, to keep your session or preferences for next time.

HTTP Cookies are small pieces of information in name-value pairs, used for persisting session data on a local computer. Examples include saving a login state, shopping cart contents or location preferences.

If your question is about HTML5 Local Storage, look at or use the tag instead.

For Local shared objects, otherwise known as flash cookies, include when pairing with

Popular questions

See also

449 questions
349
votes
16 answers

How do I view, add or edit Cookies in Google Chrome?

I wish to view, add and edit the cookies of my google chrome. Can anyone suggest to me a way to do it?
user67024
  • 3,599
263
votes
1 answer

How can I clear cookies for a single site?

Sometimes a webapp breaks for whatever reason, and I need to clear my cookies in order to use it again. I wind up clearing all of my cookies, which is a pain, because I then have to log back in to all the sites I use. I've tried F12, and…
Louis Waweru
  • 25,409
  • 45
  • 137
  • 203
149
votes
3 answers

Why are websites suddenly asking me about cookies?

I have for a long time known that websites give me cookies so that small pieces of information can be remembered about my habits, passwords etc. I accept this, but all of a sudden they are asking for my permission to do so. Why has this changed?…
104
votes
8 answers

How to delete cookies for a specific site

I need a button or bookmarklet to delete the cookies from the current context. Clearing the cache would be another option. Specifically, I am logged into too many Google sites and have multiple accounts active. If I log out, it logs everything out.…
Colton
  • 1,163
73
votes
3 answers

What do cookie warnings mean by "Legitimate Interest"?

I've had to decline/accept cookies for a while now. But something I've noticed on a handful of websites are now suggesting that the cookies have 'legitimate interest'? I have a legitimate interest in IRL cookies I can eat, but I do not know what it…
68
votes
6 answers

Disable ALL cookie warnings and hints

What might be an effective way to universally block or auto-accept common cookie warning banners before the web browser shows them to the user? Eg. does a userscript (Greasefire/Tampermonkey) exist to find and thwart most cookie-warning…
Marcos
  • 1,161
50
votes
3 answers

What do browsers do with expired cookies?

What do browsers do with expired cookies? I know that the app won't read them in, and I'm assuming the browser wouldn't send them, but are they purged from the file system with any regularity?
47
votes
5 answers

Can I create a new session in another tab or window in Google Chrome?

I have multiple accounts on many of the same services. I would like a better way to manage my sessions. A personal Gmail account, and one for work A personal Amazon account, one for work A personal hosting account, one for work, one I manage for a…
macek
  • 6,525
44
votes
4 answers

Chrome cookies folder in Windows 7

Where does Google Chrome store its cookies when running on Windows 7?
tomer
42
votes
2 answers

How does a website remember not to store cookies?

A popup on a website showed up, and asked me if I allowed the website to store preferences in cookies. By accident, I said "no". Refreshing/restarting does not bring the popup back. Is there a default way to get these kind of popups back, without…
Rudey
  • 799
38
votes
7 answers

How can I delete current session in Chrome?

I'm using Google Chrome and want to delete the current session data on the fly. I can do this on Firefox with the web developer extension, but Chrome doesn't seem to have the same option in their webdev extension. So how can I do this? I realize…
Eric
  • 735
35
votes
8 answers

Delete specific cookies from Google Chrome?

How can I delete specific cookies from Google Chrome? I have cookies from a website that recently got updated, and I need to clean up the existing cookies, but I don't want to delete any other cookies that I have in the browser.
719016
  • 4,683
34
votes
6 answers

How do I transfer / copy cookies from one browser to another or same browser from one machine to another?

How do I copy the cookies from one browser in one machine to another? I want to retain the "user details" that the site maintains...
argvargc
  • 341
29
votes
3 answers

How do I use Firefox cookies with Wget?

wget --load-cookies will load cookies as a "textual file in the format originally used by Netscape's cookies.txt file". However, Firefox keeps its cookies in an SQLite database. Is there a way to extract the "Netscape's cookies.txt file" from the…
sds
  • 2,108
28
votes
9 answers

View Cookies in Mozilla Firefox

If you use Mozilla Firefox in the "never remember history" setting, how can one see which cookies are currently saved (and possibly delete specific ones)? The answer I've heard is to look in Preferences -> Tools, but this is the screen shot of that…
1
2 3
29 30