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!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

How to delete history, cookies, and cache on OPEN

  • 2 respostas
  • 2 têm este problema
  • 19 visualizações
  • Última resposta por thelibrarytech

more options

I administer public access computers in a public library. We use Firefox as our primary browser, and I have configured it to clear cache, history, and cookies on exit to protect patron privacy.

Recently, I have experienced a few instances where this did not work. Upon confirming that there weren't any minimized windows open in the taskbar, I could re-open the browser and access the previous patron's email inbox. This should not happen because clearing the cookies should remove any active logins.

My hypothesis for why this happened is that the Firefox process did not terminate properly, preventing it from clearing the data.

My question is: Is there a way to tell Firefox to clear the data when it *OPENS* as well as closes? This would allow for the data to be wiped if Firefox crashes or does not shutdown properly.

I administer public access computers in a public library. We use Firefox as our primary browser, and I have configured it to clear cache, history, and cookies on exit to protect patron privacy. Recently, I have experienced a few instances where this did not work. Upon confirming that there weren't any minimized windows open in the taskbar, I could re-open the browser and access the previous patron's email inbox. This should not happen because clearing the cookies should remove any active logins. My hypothesis for why this happened is that the Firefox process did not terminate properly, preventing it from clearing the data. My question is: Is there a way to tell Firefox to clear the data when it *OPENS* as well as closes? This would allow for the data to be wiped if Firefox crashes or does not shutdown properly.

Todas as respostas (2)

more options

Firefox should log the closing progress in sessionCheckpoints.json in the profile folder and if there are unfinished tasks detected on startup then these should be done. Firefox can store session data in sessionstore.jsonlz4 including cookies. To prevent storing cookies as part of session restore, you can set the browser.sessionstore.privacy_level pref to 2 on the about:config page.

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

more options

cor-el said

To prevent storing cookies as part of session restore, you can set the browser.sessionstore.privacy_level pref to 2 on the about:config page.

Thanks, I'll try that.