I need to store about 20-30k or data on the client side when using a website.
I was using a cookie, but this is to small for my needs.
Is there something else that I can use?
I need to be able to do this via javascript.
Server side storage is a last resort but not what I am looking for.
I need it to work for Chrome, IE and firefox.
Thanks
Ian
If by IE, you mean IE 8, then Web Storage is supported in IE 8, Firefox 2+ (officially from 3.5), Safari 4, Google Chrome 4, and Opera 10.50.
Quoting from the Wikipedia article: