J
Jerad Rose
I have searched high and low, and I can't find anybody having this problem,
so I'm sure it's something really simple I'm overlooking. In fact, I've
seen many posts of people trying to set up the exact problem I'm having.
My ASP.NET (2.0) SessionID is being reset every time I start a new browser.
I have tested this with a totally clean page, and totally clean Web.config
file, so that I know I'm using all of the default settings (mode = InProc,
cookieless = UseCookies).
I have a blank ASPX page, and all it does is write information to the trace
buffer:
Session.SessionID = w42g1ees1abjmujuqququf55
Session.Timeout = 20
Session.IsCookieless = False
Session.CookieMode = UseCookies
Session.IsNewSession = True
Session.IsSynchronized = False
If I start a new window, and key in the exact same URL, I get the exact same
information as above, except with a totally new SessionID.
Also, I tried to troubleshoot by looking at the actual cookie stored on my
machine, and I can't find it. Maybe this is an indication (since it's not
writing the cookie, then it has no choice but to reset every time a new
browser is created). However, I have no idea why this would be the case, as
I have never messed w/ the browser cookie settings on my machine, and all
other cookies on other sites work just fine. Also, it's not just my
computer -- the same thing happens on all computer that use this site.
I'm totally baffled, so any suggestions would be greatly appreciated.
Thanks in advance.
Jerad
so I'm sure it's something really simple I'm overlooking. In fact, I've
seen many posts of people trying to set up the exact problem I'm having.
My ASP.NET (2.0) SessionID is being reset every time I start a new browser.
I have tested this with a totally clean page, and totally clean Web.config
file, so that I know I'm using all of the default settings (mode = InProc,
cookieless = UseCookies).
I have a blank ASPX page, and all it does is write information to the trace
buffer:
Session.SessionID = w42g1ees1abjmujuqququf55
Session.Timeout = 20
Session.IsCookieless = False
Session.CookieMode = UseCookies
Session.IsNewSession = True
Session.IsSynchronized = False
If I start a new window, and key in the exact same URL, I get the exact same
information as above, except with a totally new SessionID.
Also, I tried to troubleshoot by looking at the actual cookie stored on my
machine, and I can't find it. Maybe this is an indication (since it's not
writing the cookie, then it has no choice but to reset every time a new
browser is created). However, I have no idea why this would be the case, as
I have never messed w/ the browser cookie settings on my machine, and all
other cookies on other sites work just fine. Also, it's not just my
computer -- the same thing happens on all computer that use this site.
I'm totally baffled, so any suggestions would be greatly appreciated.
Thanks in advance.
Jerad