session variables don't persist

  • Thread starter Thread starter Dew Baboeram
  • Start date Start date
D

Dew Baboeram

Hi

Some mystery. Until I updated my windows xp I could preserve session
variables through aspx pages. Now the session variables are getting lost. I
cannot preserve them. I have explicitly modified the web.config file to
enableSessionState, but still the variables are getting lost.
I found a knowledgbase article 316112 - PRB Session Variables Do Not Persist
Between Requests After You Install Internet Explorer Security Patch
MS01-055.htm
That explains that it is due to the security patch and suggest to change the
servername. But is there another way to get aroudn this problem?


Dew Baboeram
 
Yes, the article states that you can use IP address instead of server name.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top