Tag Archives: session storage in html5

Local Storage and Session Storage in HTML5

Local Storage: in local storage data is storing in the browser its secure and more data can store Local storage data storing in two object 1.window.localStorage 2.window.sessionStorage Local storage data will not be deleted after closing the browser. it will be avaialble in the user browser for ever. Example for Storing local storage. localStorage.myval=’vasanthan’ ;–… Read More »