I've an admin and client site. Multiple users will view at client site at the same time. It is possible that I can force the users 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 users and force them to logout?
|
feedback
|
migrated from superuser.com Feb 23 '10 at 7:00
This question came from our site for computer enthusiasts and power users.
|
One way is to reset IIS server that the client site is hosted on, i believe you can do this by stopping & starting the site from IIS Manager. | |||
feedback
|