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.
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.