Hi..,
When i try script for html5 local storage file, is the file really store in client hard disk or just in memory pc ?
Is html5 local storage file exist or just in PC memory?
Moderator: General Moderators
Re: Is html5 local storage file exist or just in PC memory?
It's stored in the browser temporary files directory (physical files)
Re: Is html5 local storage file exist or just in PC memory?
It's stored in a file, but I believe the location and type of file is entirely up to the browser developer. It could be a temporary file in the browser cache, or a permanent SQLlite database, or something in the OS temp cache... anything really.
If you're worried about it disappearing when the user closes the browser, don't be. It stays.
If you're worried about it disappearing when the user closes the browser, don't be. It stays.