2

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?

1 Answers1

0

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.

SoftwareGeek
  • 101
  • 1
  • for example, there are 2 users, named A and B..Both A and B sign in to the same website..and A restarted his own IIS..B will not be forced to logout –  Feb 23 '10 at 04:20