Web Storage
Storing information in people’s browsers affords us a few options that every application should have:
- You can retain the state of an application
- You can cache data
- You can store user preferences
Source: http://24ways.org/2010/html5-local-storage
Apple's Take
https://developer.apple.com/library/safari/#documentation/iPhone/Conceptual/SafariJSDatabaseGuide/Name-ValueStorage/Name-ValueStorage.html#//apple_ref/doc/uid/TP40007256-CH6-SW3
Further Reading
http://paperkilledrock.com/2010/05/html5-localstorage-part-three/