Well, I'm making a funny little game. So the cookie or what anybody else has to offer must be able to store more than one value inside the file. ie strength, hp, etc. My current problem with cookies: Ok, I set a cookie value clicking a button. Then I click the read cookie button. It will read the cookie just fine. But if I close the browser and go back to the page, the cookie returns null. I have tried with 3 different browsers on 3 different machines. The max I am likely to store per variable is 20 bytes. ie like a .ini file or something where it would look like:
str=20
hp=25
gold=1000