Session values come and go
We have just recently launched a new website but on the production server the sessions go all mad. They randomly come and go as you navigate on the site. For instance, I can update the same page repeatedly and sometimes the sessionvalue (i.e. holding a login name) is there, sometimes not. I have tested on different browsers, and it's not a client browser cache problem. We are using Asp.Net 1.1 on a windows server 2003, IIS 6.0On the test server this problem doesn't occur. The sessions work just fine. So, what could be the reasons for this?
