I want to persist some data between web requests using JavaScript. I would use Google Gears but I can't install Gears on each client machine or expect it to be installed. I found this SO Question but I don't like the idea of storing data in that method. Any suggestions will be welcomed. Thanks!
Edit:
Ideally I want to store "as much data as possible." But 1MB is fine. I'd love for it to work on the major browswer but at least IE/Firefox.