Cookies, local storage, etc don't survive a reboot when loading an HTML5 page directly from the root (index.html).
How can data be persisted to the browser storage or file system from Javascript? Docs and forum posts suggest it may be possible by wrapping everything in a script and passing UDP messages, but this is much more complicated than just setting a persistent cookie or writing to local storage or even a system file if need be.
I'd like to avoid the need for BrightAuthor / non-HTML scripting if at all possible, as this project will need to be deployed across a large number of players with few or no support/maintenance opportunities.
