Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Nathan Sokalski #1
Page seems to be remembering HttpSessionState
I have a page that determines some of what to display based on
HttpSessionState. When I go to it the first time, it displays everything the
way I would expect. Then I go to another page on my site (by clicking links,
so I am still using the same browser window), which calls Session.Abandon()
to start a new Session. Then when I click a link to go to the page that uses
the HttpSessionState, it still uses the values that were in it when I left.
If I then click the browser's Refresh button, it uses the values from the
new Session. What do I need to do to make the user not need to click the
Refresh button? Thanks.
--
Nathan Sokalski
[email]njsokalski@hotmail.com[/email]
[url]http://www.nathansokalski.com/[/url]
Nathan Sokalski Guest
-
Remembering Form data
I'm just wondering, if it's possible for a form to remember it's data? I have a form with several text boxes, as well as 2 dropdowns, one for... -
'Remembering'
Im creating a 10 question quiz consisting of drag and drops, multichoice, inputs boxes etc. I can get each questions to work right at the time,... -
page remembering old values ...?
Hello people, once again I am here to ask you for your help. This time I am working on an online shop for a hospice, I am trying to set up a page... -
Remembering Passwords
Every time I access a password-protected resource on the Web, I am prompted to enter my username and password. I do so then click "remember... -
System Restore not remembering
I have my system restore set to use the maximum amount of disk space allowed (12%) which is over a gig for each partition. But when I check the... -
Gaurav Vaish \(MasterGaurav\) #2
Re: Page seems to be remembering HttpSessionState
It's the browser issue.. ensure that the caching is turned off.
--
Happy Hacking,
Gaurav Vaish | [url]www.mastergaurav.com[/url]
[url]www.edujini-labs.com[/url]
[url]http://eduzine.edujinionline.com[/url]
-----------------------------------------
"Nathan Sokalski" <njsokalski@hotmail.com> wrote in message
news:%23jAXAeEOHHA.4260@TK2MSFTNGP02.phx.gbl...>I have a page that determines some of what to display based on
>HttpSessionState. When I go to it the first time, it displays everything
>the way I would expect. Then I go to another page on my site (by clicking
>links, so I am still using the same browser window), which calls
>Session.Abandon() to start a new Session. Then when I click a link to go to
>the page that uses the HttpSessionState, it still uses the values that were
>in it when I left. If I then click the browser's Refresh button, it uses
>the values from the new Session. What do I need to do to make the user not
>need to click the Refresh button? Thanks.
> --
> Nathan Sokalski
> [email]njsokalski@hotmail.com[/email]
> [url]http://www.nathansokalski.com/[/url]
>
Gaurav Vaish \(MasterGaurav\) Guest



Reply With Quote

