Bug 2040268 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

A truly IDIOTIC workaround (to prevent create any ssl_tokens_cache file at shutdown of browser):
1. Delete `ssl_tokens_cache.bin` and `ssl_tokens_cache.tmp` (if any) from profile folder
2. And create folder named `ssl_tokens_cache.bin` and `ssl_tokens_cache.tmp` in the profile folder
network.ssl_tokens_cache_persistence=false does NOT help.

However, the following workaround helps 100%.
A truly IDIOTIC workaround (to prevent create any ssl_tokens_cache file at shutdown of browser):
1. Delete `ssl_tokens_cache.bin` and `ssl_tokens_cache.tmp` (if any) from profile folder
2. And create folder named `ssl_tokens_cache.bin` and `ssl_tokens_cache.tmp` in the profile folder

Back to Bug 2040268 Comment 5