Browser repository - physical location?

In accordance with:

localStorage.setItem( key , value ); // global - not per session
sessionStorage.setItem("username", "John"); //per session 

question:

where does it really save the file / storage item?

(a reusable answer would be much appreciated).

+3
source share
3 answers

Some other stackoverflow answers have more info:

0

The links for the chrome storage area no longer work, and the information on the Mozilla website is not very convenient.

Windows 7: the physical location for chrome is in the AppData \ Local \ Google \ Chrome \ User Data \ Default \ Local Storage folder, and for Mozilla it’s AppData \ Roaming \ Mozilla \ Firefox \ Profiles \ uvsb3rxs.default \ storage \ persistent \ Mos- safe o + house

I did not find the Internet Explorer local directory folder. If anyone knows your location, please let me know.

Hi

0
source

All Articles