web-storage

Where the sessionStorage and localStorage stored?

情到浓时终转凉″ 提交于 2019-11-26 14:25:28
Where are sessionStorage and localStorage stored on the client's computer? Could you tell me the path? NatureShade Firefox Firefox stores localstorage in webappsstore.sqlite file in the profile folder. Firefox (Windows XP): C:\Documents and Settings\<Windows login/user name>\Application Data\Mozilla\Firefox\Profiles\<profile folder>\webappsstore.sqlite Firefox (Windows Vista and above): C:\Users\<Windows login/user name>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile folder>\webappsstore.sqlite or: %APPDATA%\Mozilla\Firefox\Profiles\<profile folder>\webappsstore.sqlite Firefox on linux: ~/

Where the sessionStorage and localStorage stored?

牧云@^-^@ 提交于 2019-11-26 03:54:27
问题 Where are sessionStorage and localStorage stored on the client\'s computer? Could you tell me the path? 回答1: Firefox Firefox stores localstorage in webappsstore.sqlite file in the profile folder. Firefox (Windows XP): C:\Documents and Settings\<Windows login/user name>\Application Data\Mozilla\Firefox\Profiles\<profile folder>\webappsstore.sqlite Firefox (Windows Vista and above): C:\Users\<Windows login/user name>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile folder>\webappsstore.sqlite