Enforcing single users

  • Thread starter Thread starter David Johnson
  • Start date Start date
D

David Johnson

I am using Forms Authentication. What is best practice of enforcing each user to only be permitted to run a single instance of the application. I would like to enforce this even if the authenticated user attempts to connect on a different computer.

Thanks for any advice.

Regards
David Johnson
 
Unless you can identify the user by the computer IP address they are working
from, I don't believe this is possible.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.

I am using Forms Authentication. What is best practice of enforcing each
user to only be permitted to run a single instance of the application. I
would like to enforce this even if the authenticated user attempts to
connect on a different computer.

Thanks for any advice.

Regards
David Johnson
 
Back
Top