Results 1 to 3 of 3

Thread: [RESOLVED] Authentication issue on same IP

  1. #1
    Lively Member
    Join Date
    Oct 08
    Posts
    87

    Resolved [RESOLVED] Authentication issue on same IP

    I am having an issue with users being logged in who have share the same IP address. I am using authentication mode="Forms"/.

    For example, if I use my desktop and logon to the website, and a friend uses a laptop and brings up the site, the website shows that he is logged in with my username on the laptop. If he clicks "Log out" on the laptop, it will also log me off on my desktop.

    If Membership.ValidateUser(Username, Password) Then
    FormsAuthentication.SetAuthCookie(Username, True)

  2. #2
    Lively Member
    Join Date
    Oct 08
    Posts
    87

    Re: Authentication issue on same IP

    anyone?

  3. #3
    Lively Member
    Join Date
    Oct 08
    Posts
    87

    Re: Authentication issue on same IP

    My mistake. I was using my own class that was displaying username information and my class was overwriting the FormsAuthentication cookie.

Posting Permissions

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