Page seems to be remembering HttpSessionState

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. '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,...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139