Duplicate Session IDs

OnTheAnvil

Regular
Joined
Nov 4, 2003
Messages
92
Location
Columbus, Ohio, USA
I'm having a problem with the Session.SessionID. When I open up one window on my machine it will display the sessionID as lets say "123ABC". Then I open up Internet Explorer a second time on the same machine and it will display the sessionID as "456DEF". Everything is fine. But when I do a postback on the first page it displays the sessionID as "456DEF". Which means that somehow it is grabbing the all the session variables from the second page. If I do another postback on the first page it displays "123ABC" again and will maintain its proper session variables until I create a third page in which case it grabs the new page session for one postback.

This problem doesn't happen at all if I do the same senario but where each opening of internet explorer opens on a seperate computer instead of the same computer. Does anyone know why this is happening or how to prevent it?
 
Back
Top