Good catch! I'm glad to hear that that is working as intended. I'm saving game state to the user path `user://`. Godot web exports convert that to use the browser's local disk. Not cookies exactly, as I'm not storing any data on a server, so there's no key validation required.