Web Storage Example
Tap or click the button to see the counter increase.
If you close the browser tab (or window) and display the page again, the first counter (localStorage) will continue, but the second counter (sessionStorage) will be reset.
Tap or click the button to see the counter increase.
If you close the browser tab (or window) and display the page again, the first counter (localStorage) will continue, but the second counter (sessionStorage) will be reset.