An Overview of Client-Side Storage
Storing data directly within the browser has a lot of benefits, the main one being quick and network-independent access to a "database". There are currently four active methods (plus one deprecated), for storing data on the client side - Cookies Local Storage Session Storage IndexedDB WebSQL (deprecated) Cookies Cookies are