Hello Team,
How do I prevent concurrent login of the same user from different browsers / tabs / devices ?
E.g. In my portal, say I have logged in with UserID - 123456 and password - 123.
Then, if same userid and password logs in on different tab or different browser, then system should give a message - user has already logged in.
Please guide. It is a but important and urgent.
Uttam KumarPosted May 11, 2022, 5:48 AM
Riddhi ValechaPosted May 11, 2022, 4:21 AM
Uttam KumarPosted May 10, 2022, 4:09 PM
Riddhi ValechaPosted May 10, 2022, 3:24 PM
Amit MohantyPosted May 10, 2022, 10:00 AM
Hey, cheeck the below links, you may get some idea from here.
http://codehelper.net/asp-net/preventing-a-user-from-having-multiple-concurrent-sessions/
https://stackoverflow.com/questions/2599118/in-asp-net-site-how-to-prevent-multiple-logins-of-same-user-id
Riddhi ValechaPosted May 10, 2022, 9:10 AM
Uttam KumarPosted May 10, 2022, 7:20 AM