I checked right now, and can't find the `sessionstore.jsonlz4` file. ``` $ find -name sessionstore\* ./sessionstore-logs ./sessionstore-backups ./chrome_debugger_profile/sessionstore-logs ``` Where should it be? I have found the backup, though, so that's good. Also, is this a relevant test to do now, or should I wait until there is a session restore issue?
Bug 1983990 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I checked right now, and can't find the `sessionstore.jsonlz4` file. ``` $ find -name sessionstore\* ./sessionstore-logs ./sessionstore-backups ./chrome_debugger_profile/sessionstore-logs $ ls sessionstore-backups previous.jsonlz4 recovery.jsonlz4 upgrade.jsonlz4-20250819213618 recovery.baklz4 upgrade.jsonlz4-20250817090944 upgrade.jsonlz4-20250820095721 ``` Where should it be? I have found the backup, though, so that's good. Also, is this a relevant test to do now, or should I wait until there is a session restore issue?