Killing a session

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chaitanya1167
    New Member
    • Dec 2007
    • 8

    Killing a session

    hi everyone,
    I have created a session and ended it using session.abandon () & redirected to home page. now on clicking IE back button I am able to go to previos page
    how can I overcome this.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by chaitanya1167
    hi everyone,
    I have created a session and ended it using session.abandon () & redirected to home page. now on clicking IE back button I am able to go to previos page
    how can I overcome this.
    When you click the Back Button in IE, a Cached version of the page is displayed.

    Your session may be abandoned, but the page will still be Cached in the Browser, and so it is viewable.

    Look into how clear the Cache in the Browser to over come this. Also, you should implement a check to make sure that the session is valid.

    -Frinny

    Comment

    Working...