Tuesday, March 13, 2012

session variables don't persist

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 BaboeramYes, 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.
"Dew Baboeram" <dew.baboeram@.amcon.nl> wrote in message
news:0YiVc.3097$%4.79950@.typhoon.bart.nl...
> 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
>

0 comments:

Post a Comment