Skip to content

Instantly share code, notes, and snippets.

@pankaj-gecko
Created November 20, 2021 21:53
Show Gist options
  • Save pankaj-gecko/5a3aaaef09fb37672ed5f870270a374d to your computer and use it in GitHub Desktop.
Save pankaj-gecko/5a3aaaef09fb37672ed5f870270a374d to your computer and use it in GitHub Desktop.
session storage in browser
I know that the local storage key value pairs I can find (in Linux machines) by looking into
'~/.mozilla/firefox/SESSION_DIRECTORY/webappsstore*.sql' SQLITE database. I was able to find
the local storage key value pairs that I had stored by writing and executing a code in browser.
However, when it came to session storage even though I had not closed the tab but I could not
find the key value pair in '~/.mozilla/firefox/SESSION_DIRECTORY/webappsstore*.sql' database.
Please somebody help.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment