Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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.