Where are the localstorage javascript strings stored?

Where are the localstoragelines stored in the operating system? Is it in the Firefox profile folder?

+2
source share
2 answers

Yes. In firefox, this is in the webappsstore.sqlite file in the profile folder.

See: https://developer.mozilla.org/en/DOM/Storage#Storage_location_and_clearing_the_data

+1
source

DOM storage data is stored in the webappsstore.sqlite file in the profile folder.

http://kb.mozillazine.org/Webappsstore.sqlite

http://kb.mozillazine.org/Profile_folder

+1
source

All Articles