ASP.NET Session ID Problem

  • Thread starter Thread starter gong mate
  • Start date Start date
G

gong mate

We have a problem where a user is picking up other user
sessions. (Running IIS5.0, In Proc Session State)

1. User A logs into our web site and gets sessionid=1.
2. User B logs into our web site and gets sessionid=2.
3. User A clicks on a menu item that navigates them to
page2 at the same time User B clicks on the same menu item
that navigates them to page2.
4. User A now has sessionid=2 as well as User B has
sessionid=2.

Any help would be much appreciated.
 
Back
Top