Hacker News new | ask | show | jobs
by rob74 1306 days ago
Or they didn't want to use cookies for fear of GDPR :) ? But I'm not sure you can get off the GDPR hook by collecting IP addresses instead of setting cookies actually...
2 comments

I wanted to view user's activities to make sure the puzzles aren't too easy or too hard. But seems using IP to do this is wrong.
I don't think there's anything wrong with storing the game state on the server, but you should use a session cookie rather than making it based on IP.
You can’t. It’s worse, in fact, because users can’t delete them.
Yes, that's why I was moving to LocalStorage based model but this created two different sources of truth which was the whole cause of bug. I'll fix all the issues and delete all data in cloud ASAP. :)