Logout user’s other sessions
-
Hey great plugin, I just love to see the session’s table with just one session per user ?? haha
So, I’ve configured the plugin to “override oldest session” for all subscribers. Is there a way to automatically logout the previous session?
I have a page on my site where subscribers have a player where they can listen to a bunch of audio clips. But I’d like to restrict usage to a single device at a time, therefore, if they login on another device, I’d like to expire the first device’s session and close it.
My first thought was to have a JS on the page that checks every minute or so if the current session is still active, and if not, then just redirect the user to the login page. I may have a way to do this with a combination of a JS script calling an endpoint that verifies the session token, but because I saw something similar asked a few years back (https://www.ads-software.com/support/topic/shortcodes-for-user-session-management/), I thought it was better to ask before, just in case there’s a way to do it already.
Thanks in advance
- The topic ‘Logout user’s other sessions’ is closed to new replies.