Browser.sessionstore.resume session

From MozillaZine Knowledge Base
Revision as of 13:29, 12 August 2006 by Unarmed (talk | contribs) (Removing link to bonsai - article already links to bug report and another article with the diff on bonsai)
Jump to navigationJump to search

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, or nightly builds after July 19, 2006).

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, replaced with browser.startup.page=3 since late July 2006)

Related bugs

Related preferences

External links