为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox 54.0.1 lost 400 tabs

more options

I have a lot of tabs I admit. Firefox always restores the 500+ tabs I use but one day I realized that about 400 tabs are lost. Then I upgraded to ff56, then ff57 no luck. After upgrading to ff57 my add-ons are also disabled.

I need something that could find the last session (apparently session restore files are not stored under installation folder in ff57) so that I could manually enter the pages. Or any ideas?

I have a lot of tabs I admit. Firefox always restores the 500+ tabs I use but one day I realized that about 400 tabs are lost. Then I upgraded to ff56, then ff57 no luck. After upgrading to ff57 my add-ons are also disabled. I need something that could find the last session (apparently session restore files are not stored under installation folder in ff57) so that I could manually enter the pages. Or any ideas?

所有回复 (3)

more options

So how did you loose the tabs to start with?

more options

Firefox uses the sessionstore.jsonlz4 file in the profile folder to store session data. The sessionstore.jsonlz4 file is only present when Firefox is closed. The sessionstore.jsonlz4 file is created from recovery.jsonlz4 when you close Firefox and is removed and copied to previous.jsonlz4 when you start Firefox to make is possible to restore the session at any time.

You will normally find these files in the sessionstore-backups folder:

  • previous.jsonlz4 (cleanBackup: copy of sessionstore.jsonlz4 from previous session that was loaded successfully)
  • recovery.jsonlz4 (latest version of sessionstore.jsonlz4 written during runtime)
  • recovery.baklz4 (previous version of sessionstore.jsonlz4 written during runtime)
  • upgrade.jsonlz4-<build_id> (backup created during an upgrade of Firefox)

You can copy a file from the sessionstore-backups folder to the main profile and rename the file to sessionstore.jsonlz4 to replace the current file (make sure to backup the current sessionstore.jsonlz4).

Firefox 56+ releases compress the files in the sessionstore-backups folder and sessionstore.jsonlz4 with LZ4 (.jsonlz4 instead of .js), so it is no longer easy to inspect them.

See also:

more options

cor-el has pointed you toward the sessionstore-backups folder where you hopefully will find some useful files. Back up this folder somewhere safe.

Unfortunately, if you hadn't installed any updates for six months, you will not have the useful snapshot files Firefox makes at every update. But you might have something.

Note that Firefox 56+ uses the file extensions cor-el mentioned -- the lz4 indicates they are compressed. Firefox 55 and earlier used .js extensions.

Either way, you can use this tool on my website to preview the contents of older session files and, if helpful, save them as a page of clickable links for reference.

https://www.jeffersonscher.com/res/scrounger.html