Saturday, March 31, 2012

Session troubble with IE 5 on Mac

I'm having troubble with sessions when accessing my ASP.NET 2.0 BETA 2 webapp using IE 5.2 on a Mac. It seems like everytime I reload a page, I get a new session id. Firefox on the same Mac works fine and keeps it session as long as it should.
I've tested this with a minimal webapp aswell. Just created one single page which prints Session.SessionId. The webapp has a default Web.config.
Is this a known issue?hello.
if i remember correctly, you'll only mantain your session id if you keep any data there. if you don't, you'll get a new id in every request...
The same thing happens if I add data to the session, so i don't think that is the problem. Have any of you successfully managed to use sessions with IE 5 on Mac?
Well, the problem was solved when I installed the final version of ASP.NET 2.0, so it looks like it had something to do with the build I was running.. Weird that nobody else has had this problem.

0 comments:

Post a Comment