Limit # of concurrent logins.

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have an ASP.NET application that I want to limit # of concurrent
logins. Has anyone done similar things before? I was trying to
increment a counter in the application and decrement the counter in
"Session_End". However, the "Session_End" will only work for InProc
session. So, is there any other approach?

Thanks,
Paul.

.



Relevant Pages

  • Re: Limit # of concurrent logins.
    ... logins. ... increment a counter in the application and decrement the counter in ... One approach is to check whether another session has been started for that ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Concurrent
    ... Derek Melber ... > Is their anyway of limiting the number of concurrent ... > logins for any one user? ...
    (microsoft.public.win2000.group_policy)
  • Re: I need to create logins that can only be used 3 times
    ... Wharfrat wrote: ... Record the user id in a database along with a count of their logins. ... increment the counter in the database and let ...
    (php.general)