So was wondering what the best way to go about doing save game data for games meant for kongregate. If my understanding is correct the save game saves in the browser being used. This means that the player has to always play from the same machine and same browser and also means if they clear their history and cache this will delete their saved game data and they'd have to start all over again.
I would think local storage would be a good alternative but then again they have to play from the same machine, and using the local storage get and set items is a real pain in the butt for everything that you want saved.
What are the solutions, if any the people have used for games meant for kongregate?