Where do browsers store cookies? [duplicate]
Possible Duplicate:
Where cookies are stored in system? 开发者_如何学编程
Hi,
Where are the 'Cookies' stored on our machine ?
- If I use Mozilla
- If I use IE
- Other browsers..
All the Firefox cookies are stored in "cookies.txt" at
C:\Documents and Settings\Windows login/user name\Application Data\Mozilla\Firefox\Profiles\profile folder
in IE
C:\Documents and Settings\<User name>\Local Settings
in Chrome
C:\Documents and Settings\<user name>\Local Settings\Application Data\Google\Chrome\User Data\Default\Cookies
There is no generic location, it depends entirely on the browser, and in some cases the version as well (some versions of Firefox stored them in a file called cookies.txt, now I think it is in an sqlite database).
Google is your friend!
精彩评论