|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Page seems to be remembering HttpSessionStateI 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. It's the browser issue.. ensure that the caching is turned off.
-- Show quoteHide quoteHappy Hacking, Gaurav Vaish | www.mastergaurav.com www.edujini-labs.com http://eduzine.edujinionline.com ----------------------------------------- "Nathan Sokalski" <njsokal***@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 > njsokal***@hotmail.com > http://www.nathansokalski.com/ >
Copying to the clipboard
breaking up a String into an array of chars and adding to datatable loading variable with AutoNumber field value after insert? Network Communications Option Strict issue Menu - Eliminate The Triangular Arror pointer thing - How to do it? not CLS-compliant Passing parameter to windows service... Programmatically modifying the controls in FormView's PagerTemplate Logical Mistake |
|||||||||||||||||||||||