Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

What happened to browser.sessionstore.enabled?

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 2 προβολές
  • Τελευταία απάντηση από 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?

Όλες οι απαντήσεις (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?