Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Can I restore previous groups of tabs after accidentally opening a new session?

  • 2 답장
  • 2 이 문제를 만남
  • 47 보기
  • 최종 답변자: bmaser

more options

I had about 8 groups of 6 tabs each, open all the time. After a recent Windows update, I accidentally opened Firefox without restoring the previous session. Now I seem to have lost all those groups - do I have to re-create them all one at a time? If so, is there a way to backup the groups so this doesn't happen again?

I had about 8 groups of 6 tabs each, open all the time. After a recent Windows update, I accidentally opened Firefox without restoring the previous session. Now I seem to have lost all those groups - do I have to re-create them all one at a time? If so, is there a way to backup the groups so this doesn't happen again?

선택된 해결법

Do you have a upgrade.js-<build_id> file that might have those tab groups?

You can use this button to go to the current Firefox profile folder:

You can backup the session files in the sessionstore-backups folder in the Firefox Profile Folder to make sure not to lose possible important session data. You can find these files in the sessionstore-backups folder:

previous.js (cleanBackup: copy of sessionstore.js from previous session that was loaded successfully)
recovery.js (latest version of the sessionstore written during runtime)
recovery.bak (previous version of the sessionstore written during runtime)
upgrade.js-<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.js to replace the current file (make a backup copy of the current sessionstore.js).

See also: http://www.ghacks.net/2014/06/27/mozilla-launches-improved-session-restore-firefox-33/

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (2)

more options

선택된 해결법

Do you have a upgrade.js-<build_id> file that might have those tab groups?

You can use this button to go to the current Firefox profile folder:

You can backup the session files in the sessionstore-backups folder in the Firefox Profile Folder to make sure not to lose possible important session data. You can find these files in the sessionstore-backups folder:

previous.js (cleanBackup: copy of sessionstore.js from previous session that was loaded successfully)
recovery.js (latest version of the sessionstore written during runtime)
recovery.bak (previous version of the sessionstore written during runtime)
upgrade.js-<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.js to replace the current file (make a backup copy of the current sessionstore.js).

See also: http://www.ghacks.net/2014/06/27/mozilla-launches-improved-session-restore-firefox-33/

more options

Wonderful - that did the trick. Thanks!