Clarification with session object required. #11815
Unanswered
jsbindra00
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone.
"""
The session object is generated on the fly - it's not stored in the cookies. It decrypts the JWT stored in the HTTP only cookie, server-side, then uses the session() callback to shape the session object that's returned to the client.
"""
Is this true?
Beta Was this translation helpful? Give feedback.
All reactions