Bravo To FireFox's Restore Session Feature

Posted November 13, 2006 at 2:11 PM by Ben Nadel

An Adobe PDF just crashed my FireFox. I had about 12 windows/tabs open at the time. I was almost peeved (but managing to keep my cool). I then went to re-open FireFox 2.0 and was presented with the option restore my former session. Not having done this before I was not sure what would happen. To my most excellent suprise, all of my windows/tabs were reopened (except for the one that crashed the app) exactly as I had them before!

Wicked sweeeeeeet! Bravo to FireFox. As if I needed any more reasons to make it my primary browser.



Reader Comments

Nov 13, 2006 at 2:47 PM // reply »
92 Comments

It's a great built in feature for Firefox 2! Previously they didn't have it but it was available as an extension. Went by the name of Crash Restore I believe, could be the wrong though. Nonetheless I remember reading before Firefox's 2.0 release they would be including the functionality by default. Genius if you ask me.


Nov 13, 2006 at 3:52 PM // reply »
30 Comments

I love it. I am a multi-tab browser hog. I usually have at least a half dozen tabs open in an given browser session and it's not uncommon for me to get several dozen going while I'm searching for something in particular and want to open a few links to return to read later. The restore session thing has saved me a big headache a couple of times already.


Nov 14, 2006 at 4:17 AM // reply »
8 Comments

One of the main reasons that I use Opera as my main browser is that it has had this and other usefull tab and navigation functionallity for ages. I use Firefox a lot as well, it is an awesome browser, but I'm tired of hunting down extentions to add functionality which comes right out of the box in Opera (and usually better implemented as well). As for browsing/surfing Opera is my prefered choise, without question.

On the other side, there are some of the FireFox extensions that are invaluable when doing development work, and since I do that most of the working day, I usually have FireFox and Opera open side by side, using the strengts of both.


Dec 7, 2006 at 3:53 PM // reply »
1 Comments

I find this "feature" very annoying, because even though you're supposed to be able to turn it off, it continues to try to restore sessions every time I open Firefox. I can't simply log off and let Windows close my open applications; Firefox has to be closed before logging off or it tries to restore sessions.


Dec 7, 2006 at 4:13 PM // reply »
10,640 Comments

Hmmm. I don't know about turning it on or off. Sorry. To be honest, I rarely ever exit windows anyway. Usually I just lock my computer for later use.

Have you tried messing with the config (about:config in url). There must be something in there that turns this feature off.


Mar 13, 2007 at 7:06 AM // reply »
2 Comments

I find this feature annoying too. How can I shut it off? I don't leave Windows running 24x7 so it's more convenient to close everything at once via Windows shut down and then start FireFox the next morning without a lot of questions.

Frank


Mar 13, 2007 at 7:08 AM // reply »
2 Comments

Ahhh..... found this.

"Session data is stored in the 'sessionstore.js' file, located in the profile folder. To disable this feature, set browser.sessionstore.enabled to 'false'."

Frank again


Apr 27, 2007 at 1:44 AM // reply »
1 Comments

Heh - even better, set FF to always restore previous session. Then it doesn't pop up the annoying question dialogue (often leaving me wondering why the hell FF is taking so long to load - because the dialogue is under another window.
Now that I know it will always restart where I shut it I clean up my tabs as I finish with them and don't fuss about bookmarking a page of vague casual interest - because I know I can find it again.

In this age of energy consciousness I now make a real effort to shut off my PC when I am not using it for any length of time. I used to run the pc 24/7, but there really isn't a need unless I am downloading or rendering.


Apr 27, 2007 at 7:17 AM // reply »
10,640 Comments

Good suggestion. I have several window that I will always have open, so restore makes sense (for me). As far as the energy conservation, that's a good point. I should really think about putting it in Stand By mode at night. I think that's basically like shutting it down, but without the long reboot.


May 10, 2007 at 2:20 PM // reply »
1 Comments

How do we access the sessionstore.js feature?

Sorry.. but I think I recall that there was a way to access this other than just finding the sessionstore.js file in the program files area...

Something about entering some code in the (internet) ADDRESS WINDOW .. at the top of the browser area on Firefix.. which then makes firefox display the entire list of options and settings.

Can someone help me with this. Thanks.


May 10, 2007 at 4:02 PM // reply »
10,640 Comments

The only two that I know of to be entered in the URL (but there might be more) are:

about:config
about:plugins

Does that help at all?


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »