Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session Shared between browsers

Status
Not open for further replies.

TheDrider

Programmer
Joined
Jun 27, 2001
Messages
110
Location
US
I am having an intermittent issue with several browsers apparently sharing session info. When one user logs in, he receives the session info (UserID) from another broswer's session, and we end up logging in under one account and getting the info for another account that is aleady logged in. Has anyone else seen this?

I am using Sessions with the ClientManagement and SetClientCookies both set to Yes. I verified that I am using correctly scoped locks around the calls to the session's UserID.

I then tried to break the code by setting both ClientManagement and Clientcookies to No. Since I do not pass the URL tokens via code, I thought this would effectively disable session vars as each page has no way of identifying its session. However when I try to log on, the UserID is still saved into a Session variable, but how is that session identified to subsequent pages? Is there something about sessions I am missing?

Thanks,
Dave Miller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top