CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2002
    Location
    India
    Posts
    7

    How to restrict user from simultaneous login...

    Hi,

    can anyone tell me how to restrict user from login to a application more than once at the same time?

    Once he logs into the application, he should not able to login again with another browser without logging out from the current session.

    thankx in advance.

  2. #2
    Join Date
    Aug 2002
    Location
    Reykjavik, Iceland
    Posts
    201
    How about the special case where the user logs in, then hits control-N to open up another instance of IE browser?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured