Should delete session before inserting #198
HosMercury
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
You shouldn't need to manually delete the session. Calling |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a React app
if I logged in as [email protected] .. I got the cookie of the session and everything is ok ..
while If I log in with OAuth user .. here there is a new user .. while saving the new user into the session
This does not regenerate the session key for the new use .. that means or could be a bug ..
So I had to do this :
To regenerate the session?
Beta Was this translation helpful? Give feedback.
All reactions