Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Restoring Tabs Via sessionstore.js

  • 1 Antwort
  • 1 hat dieses Problem
  • 22 Aufrufe
  • Letzte Antwort von cor-el

more options

Hi everyone,

Since the last time I needed to restore tabs via Sessionstore.js, I know the process has changed. I'm currently using Firefox 68.0.1 on Windows 7, so that's the version I'm looking to restore previous tabs from. If anyone can help me/link me to where the information is with that process I'd be greatly appreciated.

Thanks, Jeremy

Hi everyone, Since the last time I needed to restore tabs via Sessionstore.js, I know the process has changed. I'm currently using Firefox 68.0.1 on Windows 7, so that's the version I'm looking to restore previous tabs from. If anyone can help me/link me to where the information is with that process I'd be greatly appreciated. Thanks, Jeremy

Alle Antworten (1)

more options

current Firefox releases use 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. Firefox 56+ releases compress the files in the sessionstore-backups folder and sessionstore.jsonlz4 with LZ4 (.jsonlz4 instead of .js). You can look at this tool to inspect a compressed sessionstore file.

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

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.