浏览器在哪里存储 cookie?
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..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
所有 Firefox cookie 都存储在
中的
C:\Documents and Settings\Windows 登录/用户名\Application Data\Mozilla\Firefox\Profiles\profile 文件夹
的“cookies.txt”中IE
Chrome
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
in Chrome
没有通用位置,它完全取决于浏览器,在某些情况下还取决于版本(某些版本的 Firefox 将它们存储在名为 cookies.txt 的文件中,现在我认为它位于 sqlite 数据库中)。
谷歌是你的朋友!
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!