Where does Firefox store cookies and in what format are they stored
|
|
For Windows, Firefox stores your cookies in a:
For Windows, it is located under your profile folder:
where xxxx is some random-appearing string. You might want to install the Firefox plugin View Cookies to better manage them.
|
||||||||
|
|
|
Note that in Firefox 3.5, cookies.sqlite is locked exclusively by Firefox, so you have to make a copy of it before reading. Also, cookies.sqlite may not be flushed to disk until Firefox exits, so you can't assume that the file on disk contains the cookies you need if Firefox is still running. |
||
|
|
|
|
The directory depends on your OS, but they appear to be stored in a SQLite database. |
||
|
|
|
|
On XP, in the Application Data\Mozilla folder in C:\documents and settings. For example, on my machine this is: C:\Documents and Settings\\Application Data\Mozilla\Firefox\Profiles\\cookies.sqllite |
||
|
|
|
|
It's stored in If your goal is to access cookies programmatically, you'll probably want to do this rather than hard-coding paths. Note that |
||
|
|

