Two users with same Session Id

  • Thread starter Thread starter larrythediver
  • Start date Start date
L

larrythediver

Our website is having a problem. It seems that on random times, the
session id of a user that is logged into the site will change to that
of a different user. Once this happens, both users have the same
sessionID. The user then experiences the site as if they were the
other user (security, name, view orders, etc).

I have checked the IIS logs and confirmed this.
This is only happening to approx 1 user per day on a site that has over
100 users per day.

asp.net 1.1
C# VS 2003
windows 2003 server SP1
InProc session state
 
Back
Top