How to Logout user from a particular session Identity Server 4, .Net Core?
问题 Using Identity Serve 4 with .Net Core 3.1, razor pages. Also using Cookie Authentication services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) Problem - In a web application John logged-in 2 times 1st Login on Chrome 2nd Login on edge So, if John again trying to logged-in on 3rd time on Firefox without logout from previous browsers, then I want to logout John from 1st Login on Chrome forcefully. I can keep the track of logins in a Session table including Session Id,