PreviousNext

An Overview of the Web Storage API

by bill-s, 2012-05-18T19:05:05.000Z

Web developers have long yearned for a way to store data long term. Cookies are an option, but they can only store 4KB of data.  Additionally, cookies are sent to the server with each HTTP request. This means that cookies, especially large ones, can consume considerable network bandwidth.

Read More