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

Firefox restores previous Session every time after reboot

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

more options

Usually I don't properly close my applications before rebooting or shutting down my machine. Firefox then restores my previous session, which I don't want.

I've tried the following but this didn't work:

  • Verify "Open previous windows and tabs" isn't checked
  • set `browser.sessionstore.max_resumed_crashes` to 0
  • set `browser.sessionstore.resume_from_crash` to false

Do you have any idea, why this doesn't work? or any other ideas how I could disable this?

Usually I don't properly close my applications before rebooting or shutting down my machine. Firefox then restores my previous session, which I don't want. I've tried the following but this didn't work: * Verify "Open previous windows and tabs" isn't checked * set `browser.sessionstore.max_resumed_crashes` to 0 * set `browser.sessionstore.resume_from_crash` to false Do you have any idea, why this doesn't work? or any other ideas how I could disable this?

Todas as respostas (2)

more options

Additional Information since this somehow didn't make it into the original post and I cant edit it: OS: Fedora 38 with GNOME Desktop Firefox version: 119.0

more options

Add the following line to user.js in your profile folder (changing it in about:config won't stick):

user_pref("browser.sessionstore.resume_session_once", false);