Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

What happened to browser.sessionstore.enabled?

  • 3 respostas
  • 1 tem este problema
  • 2 visualizações
  • Última resposta de TyDraniu

more options

Windows 8.1 Firefox 102.0.1 Clean install with a brand new profile

Noodling around about:config I discovered that the boolean value browser.sessionstore.enabled does not exist.

Interestingly though, it's numerical partner browser.sessionstore.interval does exist and was set to 15000. (15000 miliseconds = 15 seconds)

I was planning to increase this interval significantly. However...

It is my understanding that browser.sessionstore.enabled must be set to true for browser.sessionstore.interval to have any effect.

So what gives? Why is there a browser.sessionstore.interval set to 15000 when the prerequisite browser.sessionstore.enabled does not even exist?

Windows 8.1 Firefox 102.0.1 Clean install with a brand new profile Noodling around about:config I discovered that the boolean value browser.sessionstore.enabled '''''does not exist.''''' Interestingly though, it's numerical partner browser.sessionstore.interval '''''does exist''''' and was set to 15000. (15000 miliseconds = 15 seconds) I was planning to increase this interval significantly. However... It is my understanding that browser.sessionstore.enabled must be set to true for browser.sessionstore.interval to have any effect. So what gives? Why is there a browser.sessionstore.interval set to 15000 when the prerequisite browser.sessionstore.enabled does not even exist?

Todas as respostas (3)

more options

That pref has been removed in 2008 (Firefox 3.1). See https://bugzilla.mozilla.org/show_bug.cgi?id=449596 .

more options

So, changing the value of browser.sessionstore.interval will be recognized and applied, correct?