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
Save users' IP=>SESSION_ID pairs in a database. When user try to load your page you must compare the actual IP=>SESSION_ID pair then allow/deny if the pair is ok/different.