Hai,
How to restrict a user (having a username and password) from accesing the application in the new instance of browser when user already logged in .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhay ShankerPosted Nov 18, 2014, 12:19 AM
you can add a column in table like LoginStatus having true/ false value.Make it true when Login and false when Logout. check the LoginStatus when user Login on another browser.
you need to manage when user directly close the browser