How can I Detect, if user is logon on other device at same time.
I have tried by saving and comparing SessionID on database while login.
But in-case of abnormal logout like 'closing browser without logout' or 'session timeout', I think its nearly impossible to clear sessionid history from database.
I have googled, but didn't find any concrete answer. Is there any other way to achieve this?