multiple logins

Last post 12-22-2003 9:20 PM by appana. 1 replies.

Sort Posts:

  • multiple logins

    12-22-2003, 8:32 PM
    • Member
      200 point Member
    • PerfMan101
    • Member since 11-27-2003, 4:30 PM
    • Posts 40
    I don't want to allow multiple logins in my web application? How would I do that?
  • Re: multiple logins

    12-22-2003, 9:20 PM
    • Participant
      1,725 point Participant
    • appana
    • Member since 07-15-2003, 3:20 PM
    • Posts 343
    • AspNetTeam
    You can achieve this in a few different ways. One of them is to set and monitor a flag (with timeout) when a user logs in. Better yet, you may want to combine this check with session_end.

    Hope this helps,
    Appan
    ASP.NET Team



    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (2 items)