I would like to make my website to allow only one session at a time. For example, let say user has login to my website on firefox, if the user login again to another browser
Keep a central database table or text file of who is logged in at the moment. If a user is already logged in in another session, invalidate that session by setting the "logged in" flag to false.