mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
notes about local storage vs session storage
This commit is contained in:
parent
9872e3310d
commit
829f2e93b4
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
<p width=500>
|
<p width=500>
|
||||||
The value of local storage persists in the browser cache even after the browser
|
The value of local storage persists in the browser cache even after the browser
|
||||||
is closed. If you reset this page the session storage key will remain the same,
|
is closed. If you reset this page the session storage key will remain the same,
|
||||||
but openning this page in another window or tab will be a new session. If the
|
but opening this page in another window or tab will be a new session. If the
|
||||||
new window came from a click from this window, the session keys (on some
|
new window came from a click from this window, the session keys (on some
|
||||||
browsers are copied first to the new window, if you wish to persist data accross
|
browsers are copied first to the new window, if you wish to persist data accross
|
||||||
windows use local storage instead.</p>
|
windows use local storage instead.</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue