kill sessions for other machines
Posted
by LipKee
on Server Fault
See other posts from Server Fault
or by LipKee
Published on 2010-02-23T04:01:53Z
Indexed on
2010/04/30
11:07 UTC
Read the original article
Hit count: 314
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?
© Server Fault or respective owner