after logout, how to retrieve an expired page if user click 'back' button?

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default after logout, how to retrieve an expired page if user click 'back' button?

    hi everyone,

    i've made a login and logout page, after user have logout, i want to retrieve an expired page if user click the 'back' button to return to the secure page.......
    please teach me how to do this...

    thanks...:)


    Jesslyn Guest

  2. Similar Questions and Discussions

    1. How do I know if a user has reached my page byhitting the Back Button?
      would those variables be processed on the Server or Client side?
    2. How do I know if a user has reached my page by hittingthe Back Button?
      I have an online store that is having a problem because if a user's order fails, they're hitting the back button to re-enter their payment...
    3. Page Has Expired Message in between the php Page When I click Back in Explorer Menu
      Could anyone please help me on this?? I have a php script page, which is basically quiz. Visitors (after login in with their email address) are...
    4. logout(without getting page using back button)
      hi i would like to implement a logout page which is very secure so that after logging out a user cannot use the back button for accessing the...
    5. Page has Expired, BACK-button -problem
      Hi! I have Windows XP&IE6.0.2... (SP1). I'm coding one project with PHP. I get "Warning: Page has Expired" when I try to get back to the "POSTed...
  3. #2

    Default Re: after logout, how to retrieve an expired page if user click 'back' button?

    You can do this by putting a "cookie" on the visiting computer. Put an expiration date of say maybe 30 days or so.


    Always remember, no matter where ya go....there ya are!
    Capt. Verde 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