Is there a place to check all the cookies so far?
Asked
Active
Viewed 1.2e+01k times
4 Answers
9
They are in an SQLite database in the "Application Data" folder. On my Windows 7 system:
C:\Users\Thomas\AppData\Roaming\Mozilla\Firefox\Profiles\g47mlt1n.default\cookies.sqlite
Thomas
- 7,119
2
In Windows XP
C:\Documents and Settings\[user_name]\Application Data\Mozilla\Firefox\Profiles\[profile_name].default\cookies.sqlite
Cookies are saved SQLite DB format
Sathyajith Bhat
- 62,374
Anton
- 142
1
There is a place to look at the cookies Firefox has in the options window. In Firefox 3.6, under "Tools", "Options..." and in the "Privacy" tab, there is a section about cookies with a button labeled "Show Cookies". You can see the cookies organized by site, search them, and see details about them.
Jay Sheridan
- 288
0
If you have firefox webdeveloper toolbar, I highly recommend it in case you don't.
Simply go to the bar,click cookies, and view cookie information. It's much better than going through the actual files
Marcos Placona
- 1,458