Browser.sessionstore.interval: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (→‎Background: linked to Session Restore article)
(→‎Related bugs: default is 15 sec)
Line 19: Line 19:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=328154 Bug 328154 - Restore User's Session on App Launch]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=328154 Bug 328154 - Restore User's Session on App Launch]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=328159 Bug 328159 - Wire up the Session-data Service]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=328159 Bug 328159 - Wire up the Session-data Service]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=535408 Bug 535408 – Increase Sessionstore interval to 15s]


==Related preferences==
==Related preferences==

Revision as of 07:14, 11 June 2013

Background

Firefox 2.0 introduces a built-in Session Restore feature, allowing the user to continue browsing from where they left off if browser restarts. This preference controls how often information about the current session is saved to the profile.

Possible values and their effects

A positive integer indicating the number of milliseconds between session saving operations. (Default is 10000, or 10 seconds)

Caveats

First checked in

Has an effect in

  • Mozilla Firefox (nightly builds since 2006-04-26; 2.0)

Related bugs

Related preferences

External links