|
-
Jul 31st, 2011, 10:53 AM
#1
Thread Starter
Lively Member
[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)
-
Aug 6th, 2011, 01:03 PM
#2
Thread Starter
Lively Member
Re: Authentication issue on same IP
-
Aug 20th, 2011, 05:27 PM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|