The user should only be able to log in from one place at a time and if he tries to login into another
browser then he should be logged out of the first session.
please suggest me if you have any idea.
The user should only be able to log in from one place at a time and if he tries to login into another
browser then he should be logged out of the first session.
please suggest me if you have any idea.
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.
Amit MohantyPosted Oct 11, 2022, 10:23 AM
Check the below articles
https://stackoverflow.com/questions/2599118/in-asp-net-site-how-to-prevent-multiple-logins-of-same-user-id
https://www.c-sharpcorner.com/forums/prevent-multiple-login-for-same-username-in-c-sharp
https://stackoverflow.com/questions/13245505/how-to-prevent-multiple-user-login-from-the-same-user-id-in-asp-net-using-cache
https://forums.asp.net/t/1771921.aspx?how+to+Prevent+Multiple+Concurrent+User+Logins+For+The+Same+UserName+