Browser.sessionstore.resume session: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
m (→‎Background: linked to Session Restore article)
 
(7 intermediate revisions by 4 users 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 each time the browser starts.
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==
==Possible values and their effects==
Line 17: Line 19:


==Has an effect in==
==Has an effect in==
* Mozilla Firefox (nightly builds since 2006-04-26; 2.0)
* Mozilla Firefox (nightly builds since 2006-04-26, replaced with [[browser.startup.page]]=3 since late July 2006)


==Related bugs==
==Related bugs==
* [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=340898 Bug 340898 - Remove the pref .sessionstore.resume_session in favor of .startup.page]


==Related preferences==
==Related preferences==
Line 27: Line 30:
* [[browser.sessionstore.interval]]
* [[browser.sessionstore.interval]]
* [[browser.sessionstore.max_tabs_undo]]
* [[browser.sessionstore.max_tabs_undo]]
* [[browser.sessionstore.max_windows_undo]]
* [[browser.sessionstore.resume_from_crash]]
* [[browser.sessionstore.resume_from_crash]]
* [[browser.sessionstore.resume_session_once]]
* [[browser.sessionstore.resume_session_once]]
Line 34: Line 36:
* [http://wiki.mozilla.org/Session_Restore Session Restore - MozillaWiki]
* [http://wiki.mozilla.org/Session_Restore Session Restore - MozillaWiki]


[[Category:Preferences]]
[[Category:Unused preferences]]

Latest revision as of 00:01, 15 December 2007

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