
localStorage is the W3C Web Storage API specification that allows you to store data locally in key/value pairs, using Javascript. These are stored as strings in the client’s browser without using Cookies of any kind. It is supported in all modern HTML5 browsers. This is not to be confused with the defunct W3C Web SQL … Continue reading →
