Sometimes required to restrict the user to only log in on a single system or a browser at a time.
To prevent the user from login on multiple systems or web browsers you need to generate a token on each successful login attempt.
Need to check the token on each page. If the token does not match then destroy the SESSION and log out the user.
In this tutorial, I show how you can prevent multiple logins of the same user with PHP.