Page 1 of 1
Is html5 local storage file exist or just in PC memory?
Posted: Mon Jul 12, 2010 6:10 am
by plusnplus
Hi..,
When i try script for html5 local storage file, is the file really store in client hard disk or just in memory pc ?
Re: Is html5 local storage file exist or just in PC memory?
Posted: Mon Jul 12, 2010 6:14 am
by Eran
It's stored in the browser temporary files directory (physical files)
Re: Is html5 local storage file exist or just in PC memory?
Posted: Mon Jul 12, 2010 7:52 am
by onion2k
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.