Hi, I'm running into an issue whereby if an administrator deletes or remove access from a regular user but they're currently logged on, the access is retained because it's stored in the current session. I can easily logout the current user with Subject.logout() but I can't see an obvious way within Shiro of kicking a session for a different user. Is there a simple way?
Regards, Richard
