On 1/7/2021 3:36 PM, Ray Davison wrote:
> WaltS48 wrote:
> 
>>
>> Yes, it is "Save and Close" on Windows when I have multiple tabs open in 
>> the browser window.
> 
> Yes, TY, we know what it is supposed to do.  And we are back to my 
> original plost.  Now why does it only save sometimes?
> 
> Ray

Browser sessions are saved according to the preference variable
        browser.sessionstore.interval
which has the default value of 15000.  The units are milliseconds; thus
the default is 15 seconds.

If you have multiple tabs open, the number of tabs that can be restored
concurrently is controlled by the preference variable
        browser.sessionstore.max_concurrent_tabs
which has the default value of 3.

However, the maximum number of tabs that can be restored is controlled
by the preference variable
        browser.sessionstore.max_tabs_undo
which has the default value of 10.

You might want to examine those three preference variables via
        about:config
You might be terminating when you opened tabs later than the most recent
save.

Also look at preference variables
        browser.sessionstore.resume_from_crash
and
        browser.sessionstore.resume_session_once
If the first has the value "false" (not the default "true"), restoring
after a crash is blocked.  If the second has the value "true" (not the
default "false"), the first restore of a session prevents later restores
of the same session.

-- 
David E. Ross
<http://www.rossde.com/>

I just do not understand why so many people think
a sore loser makes a great President.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to