I have a Admin and I want to give a feature where Admin can end other user’s session. Is this really possible? I know sessions are stored individually and normally nobody would do what I want but is this really possible? If yes, then how?
Thanks in advance 🙂
You could use the Admin session to write a boolean variabile (e.g. ResetSessions=true) in the Application context, that each User session would read and call a Reset method if necessary.