sessionId is not set on page load #11

Open
opened 2023-09-28 21:02:51 +00:00 by vbatts · 1 comment
Owner

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.

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.
Author
Owner

related #1

related #1
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: vbatts/is-critter#11
No description provided.