搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

cookies.sqlite-shm & cookies.sqlite-wal?

  • 6 个回答
  • 7 人有此问题
  • 1 次查看
  • 最后回复者为 finitarry

more options

While Firefox 6 is running, there are two extra cookies files in the profile: cookies.sqlite-shm and cookies.sqlite-wal. These disappear when Firefox closes. What do they do?

While Firefox 6 is running, there are two extra cookies files in the profile: cookies.sqlite-shm and cookies.sqlite-wal. These disappear when Firefox closes. What do they do?

被采纳的解决方案

I did not read the entire article. You can explore some of the documentation at the following if you need a thorough understanding:


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.

定位到答案原位置 👍 0

所有回复 (6)

more options

Those files are being created by the new sqlite:


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.



Not related to your question, but...

You need to update some plug-ins:

more options

Thanks for the info. I guess I had better check for a newer Flash plugin. The linked page from your reference explained somewhat. What processes are sharing data? The -shm implies that data in memory is being shared between processes.

more options

The link says:

  • Shm files are Shared Memory files and seem to be used with the above. (the above is "Wal files http://www.sqlite.org/wal.html "Write-Ahead Logging"")


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.

由SafeBrowser于修改

more options

So the -shm file is created as a hex dump of the index in memory in case Firefox is aborted abnormally, so that it can pick up where it left off?

more options

选择的解决方案

I did not read the entire article. You can explore some of the documentation at the following if you need a thorough understanding:


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.

more options

Thanks. Interesting pages.