Most of the browsers these days allow you to store a lot of data instead of using cookies. I am still trying to make a library which will allow you to store data on the browser no matter if you have localStorage, globalStorage, flash or the good old cookies. The thing about using flash is that you need to wait for it to initilise and that is a little bit of a problem. I hope to release the library under the BSD license. Not sure if anyone would be interested, but I really need to get it done for
fefoo.
2 comments:
why dont you try
http://pablotron.org/software/persist-js/
Thanks, its exactly what I was looking for. I've just looked at the README and seems like what I need. Still not looked at the source code.
Post a Comment