Alternatives to HTML5 localStorage

Viewed 12629

What are my alternatives to localStorage for persisting key/value pairs on the client? Ideally I'm looking for something that the user can't inadvertently delete (as they theoretically could with localStorage).

2 Answers
Related