Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

last tabs file

  • 2 replies
  • 1 has this problem
  • 1257 views
  • Last reply by cor-el

more options

i opened many tabs and then closed the browser, where can i find the file that saves these closed tabs?

note: i am NOT interested in restoring these tabs, i want the file itself

i opened many tabs and then closed the browser, where can i find the file that saves these closed tabs? note: i am NOT interested in restoring these tabs, i want the file itself

Chosen solution

Does this work for you?

Type about:support<enter> in the address bar.

Under the page logo on the left side, you will see Application Basics. Under this find Profile Folder. To its right press the button Show Folder. This will open your file browser to the current Firefox profile. Now Close Firefox.

Windows: Show Folder; Linux: Open Directory; Mac: Show in Finder

Linux: Under the page logo on the left side, you will see Application Basics. Under this find Profile Directory. To its right press the button Open Directory.

sessionstore [v56] sessionstore.jsonlz4 file(s).

If you need to rescue any data from them, You can try to read out their contents using this tool: https://www.jeffersonscher.com/res/scrounger.html

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

Does this work for you?

Type about:support<enter> in the address bar.

Under the page logo on the left side, you will see Application Basics. Under this find Profile Folder. To its right press the button Show Folder. This will open your file browser to the current Firefox profile. Now Close Firefox.

Windows: Show Folder; Linux: Open Directory; Mac: Show in Finder

Linux: Under the page logo on the left side, you will see Application Basics. Under this find Profile Directory. To its right press the button Open Directory.

sessionstore [v56] sessionstore.jsonlz4 file(s).

If you need to rescue any data from them, You can try to read out their contents using this tool: https://www.jeffersonscher.com/res/scrounger.html

more options

Note that there are also session manager extensions.

sessionstore.jsonlz4 is only present in the main profile folder when Firefox is closed. During runtime Firefox uses files is the sessionstore-backups folder.

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).