I am using microsoft login (Azure ad) in my asp.net core application. I want to restrict same user from multiple logins from different devices or places. Whats the way?
Asked
Active
Viewed 2,428 times
2
-
1Possibly a duplicate question. You may find the answer here: https://stackoverflow.com/questions/31831295/prevent-multiple-logins – Rahatur May 07 '19 at 06:21
-
2Possible duplicate of [Prevent multiple logins](https://stackoverflow.com/questions/31831295/prevent-multiple-logins) – Rahatur May 07 '19 at 06:21
-
doesn't work when the user closes the browser without logging out. – RAhul Apte May 07 '19 at 09:10