Using Web Storage on the Client-Side
A lot of useful things have been offered to web developers in the HTML5 APIs and related technologies and one of them is being able to store information on the client-side. With the new Web Storage specification we now have new, beefed-up options with localStorage and sessionStorage, which utilize the same syntax but have different use cases, and the total storage space available is (at least) 5 MB!


