By mswatcher
via codeproject.com
Submitted: Jan 03 2013 / 10:17
As the drive to make websites behave in a rich-client manner continues, the need for cached data has increased greatly. One of the offshoots of the HTML5 standard is Web Storage, a persistent data storage API. Web Storage actually comes in two flavors: Local Storage and Session Storage. In both of these storage mechanisms, data can be stored on the client’s machine for later use by the website.
Tweet
SaveShareSend
Tags: frameworks, javascript, reviews
Add your comment