Where are sessionStorage and localStorage stored on the client's computer?
Could you tell me the path?
Where are sessionStorage and localStorage stored on the client's computer?
Could you tell me the path?
Firefox stores localstorage in webappsstore.sqlite
file in the profile folder.
C:Documents and Settings<Windows login/user name>Application DataMozillaFirefoxProfiles<profile folder>webappsstore.sqlite
C:Users<Windows login/user name>AppDataRoamingMozillaFirefoxProfiles<profile folder>webappsstore.sqlite
or:
%APPDATA%MozillaFirefoxProfiles<profile folder>webappsstore.sqlite
~/.mozilla/firefox/<profile folder>/webappsstore.sqlite
~/Library/Application Support/Firefox/Profiles/<profile folder>/webappsstore.sqlite
or:
~/Library/Mozilla/Firefox/Profiles/<profile folder>/webappsstore.sqlite
Chrome stores in separate files inside the Local Storage
directory.
%LocalAppData%GoogleChromeUser DataDefaultLocal Storage
~/.config/google-chrome/Default/Local Storage/
~/Library/Application Support/Google/Chrome/<Profile>/Local Storage/
commonly:
~/Library/Application Support/Google/Chrome/Default/Local Storage/
I am a bit unsure, but think this will do the trick
%userprofile%AppDataLocalLowMicrosoftInternet ExplorerDOMStorage
As said by OammieR:
C:UsersAdministratorAppDataRoamingOperaOperasessionsautosave.win
or as said by Kevin Hakanson:
C:UsersAdministratorAppDataLocalOperaOperapstorage
https://superuser.com/questions/507536/where-does-google-chrome-save-localstorage-from-extensions
My own computer ubuntu 14.10 with Firefox and Chrome