
Here is what I have done to save my other sessions. Please remember to make a copy of the file (sessionstore.js) you are going to edit before doing anything.
- go to "data\profile" under the directory of Firefox.
- open the file sessionstore.js with a text editor
- find the record of the evil session (look for the URL, the address)
- the session that should have caused the problem is recorded in the form of "{entries:[{url:"http://...", where the part starting with "http://" is the address you last viewed
- find the matching bracket to "{" and delete from there to the "{" in step 4
Readers who have this far probably have problems with step 5, because the file sessionstore.js is written in a whole single line. If you can find an editor that can match brackets of all kinds ("()", "{}", "[]"), things will be easy. As always it is, notepad of Windows does not have this feature. Notepad++ and Sakura in "Free text editors" can do the trick.
No comments:
Post a Comment