How to limit one active session per user
Hi, how can I limit one active session per user at a time?
If a user is logged in from one computer and logs in again from a different computer, how can I detect it and logout from the first computer before starting the new session?
If a user is logged in from one computer and logs in again from a different computer, how can I detect it and logout from the first computer before starting the new session?