Browser.sessionstore.resume from crash: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==Background==
==Background==
Firefox 2.0 introduces a built-in [http://wiki.mozilla.org/Session_Restore Session Restore] feature, allowing the user to continue browsing from where they left off if browser restarts. This preference controls whether the last saved session is restored the first time the browser starts after a crash.
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 whether the last saved session is restored the first time the browser starts after a crash.


==Possible values and their effects==
==Possible values and their effects==
Line 26: Line 26:
* [[browser.sessionstore.enabled]]
* [[browser.sessionstore.enabled]]
* [[browser.sessionstore.interval]]
* [[browser.sessionstore.interval]]
* [[browser.sessionstore.max_resumed_crashes]]
* [[browser.sessionstore.max_tabs_undo]]
* [[browser.sessionstore.max_tabs_undo]]
* [[browser.sessionstore.max_windows_undo]]
* [[browser.sessionstore.max_windows_undo]]

Latest revision as of 11:02, 25 September 2009

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 whether the last saved session is restored the first time the browser starts after a crash.

Possible values and their effects

True

Restore the previous session when the browser starts after a crash. (Default)

False

Do not restore the previous session.

Caveats

First checked in

2006-05-04 by Mike Connor

Has an effect in

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

Related bugs

Related preferences

External links