Session management

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



Hello,

I'm coding a web application using ASP.NET 2.0 with forms
authentication.

I don't want the same user to log-in twice.
I need to detect whether the user is trying to log-in while another
session for that user is still active.

Is there a way I can prevent this?

Thanks.
.



Relevant Pages

  • Re: Session management
    ... I'm coding a web application using ASP.NET 2.0 with forms ... authentication. ... I don't want the same user to log-in twice. ... session expires in 20 minutes or so. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session management
    ... So I've to manage the list of "active" session with some custom code ... I'm coding a web application using ASP.NET 2.0 with forms ... I don't want the same user to log-in twice. ... with the "you can't login twice" message. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session management
    ... Arturo you can use session for that. ... Patrick ... I'm coding a web application using ASP.NET 2.0 with forms ... I don't want the same user to log-in twice. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session management
    ... I know about session, the thing I don't know is how to enumerate ... active sessions to look for an already logged-in user. ... I don't want the same user to log-in twice. ...
    (microsoft.public.dotnet.framework.aspnet)