Browser.sessionstore.resume session: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(browser.startup.page does this job now)
No edit summary
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 each time the browser starts. It has since been superseded by [[browser.startup.page]].
Firefox 2 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 used to control whether the last saved session is restored each time the browser starts. '''It has been superseded by [[browser.startup.page]] in builds with bug 340898 fixed (Firefox 2 beta 2 and later).'''


==Possible values and their effects==
==Possible values and their effects==

Revision as of 15:51, 28 July 2006

Background

Firefox 2 introduces a built-in Session Restore feature, allowing the user to continue browsing from where they left off if browser restarts. This preference used to control whether the last saved session is restored each time the browser starts. It has been superseded by browser.startup.page in builds with bug 340898 fixed (Firefox 2 beta 2 and later).

Possible values and their effects

True

Restore the previous session each time the browser starts.

False

Do not restore the previous session. (Default)

Caveats

First checked in

2006-04-26 by Mike Connor

Has an effect in

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

Related bugs

Related preferences

External links