Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

What happened to browser.sessionstore.enabled?

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 3 wyświetlenia
  • Ostatnia odpowiedź od 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?

Wszystkie odpowiedzi (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?