sessionId is not set on page load #11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
only after the first vote. I think it's causing the first vote to get lost.
We may want to move the session state onto the server side, like with
express-session
library.We'd need to make sure the "start over" was correctly flushing this server-side session.
Side benefit, we might could order the next-animal logic on the server-side.
related #1