You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I have noticed that Session tokens are being replaced when logging a user in. I would expect that it would just create a new token instead of replacing the old one? Is this expected behavior?
Example: Calling the login function twice within 2 minutes of one another will replace the first session with the second one.
Is anyone else having this issue?
The text was updated successfully, but these errors were encountered:
I doubt that this is entire true, because I just tried testing this right now and I seems to work just fine. I have the same user logged on different platform, with different tokens
I am currently on the v2.7.2
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Recently I have noticed that Session tokens are being replaced when logging a user in. I would expect that it would just create a new token instead of replacing the old one? Is this expected behavior?
Example: Calling the login function twice within 2 minutes of one another will replace the first session with the second one.
Is anyone else having this issue?
The text was updated successfully, but these errors were encountered: