Is there Any way to achieve "Allow only one user login in Asp.Net Core".
I am working on Asp.Net Core Web Application. My Requirement is Allow Only One Login per device to the application For Example if X logins app in one device doesn't logout after use. And again same user logins in another device then first device session should be automatically logged off.
Is There any solution? I searched on numerous blogs but I didn't find proper solution for my requirement.
Any one suggest solution is appreciated.