How much info can I store in a cookie?
- by Artemix
Hi guys, Im developing a flash game and I'd like to know how much info can I store in a browser cookie.
The game is simple, but it needs to store several variables in order to save all the details of your current progress.
The game is only one swf file, no server, no nothing.
I need to know how should I use the cookies to achieve this, and if…