Replies: 1 comment
-
First you need to know what sessions are used: If you use sticky session in memory(cache) or in db (for multi-container application) or If you use file sessions (for single container application). Then read the documentation about these. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have been looking for a way that a site admin can force logout a user on his site or delete the user's session to force a login, but I cannot find a solution other than storing sessions in a database and locating by user id field. Ok, I can do that, but I would like to be able to use RAM caching for sessions for the performance.
Is there any way to do this? I only see ways to do this for the logged in user of the current request.
Beta Was this translation helpful? Give feedback.
All reactions