Cookies should be sent on boot up. #46
Closed
engineerhead
started this conversation in
Ideas
Replies: 1 comment
-
It's intentional that they aren't sent unless the session has a non-empty value. This mirrors other session implementations, like Django's for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! From what I have understood, cookies(session id) are sent only if something is changed(modified) in session store. Shouldn't they be sent on middleware boot up as is the case in express.js' session handling.
Beta Was this translation helpful? Give feedback.
All reactions