Replies: 1 comment 2 replies
-
I don't think you can delete a cookie without actually receiving the If you use a database-persisted session though, you can delete it from the database, and next time the user tries to grab their session, it won't be valid anymore. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
What would be an alternative to signOut function on the server? Basically, I'm looking for a way to redirect a user to some page while destroying their session (invalidate cookie?).
Beta Was this translation helpful? Give feedback.
All reactions