I have an admin and client site. Multiple users will view the client site at the same time. Is it possible to force users to logout of my client site from admin site? I'm now using classic ASP and the In Proc session is used. Is there a way where I can kill all the sessions of the use开发者_如何转开发rs and force them to logout?
Delete the sessions. Assuming you don't allow unauthenticated users past a certain point, this should kick them back to the login
精彩评论