How to store data on client in HTML5?
Ask by Chris Anderson
Updated 17 Sep 2020
HTML5 offers two new objects for storing data on the client:
LocalStorage - stores data with no time limit
SessionStorage - stores data for one session.The data is deleted when the user closes the browser window.