Having fun with HTML5 – Local Storage and Session Storage
HTML5 includes two new ways to store data on the client – local storage and session storage. Local storage has no time limit on how long the data should be kept around, session storage on the other hand (as the name suggests) stores data for only one session. Traditionally you can store data on the …
Having fun with HTML5 – Local Storage and Session Storage Read More »