logout(without getting page using back button)

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

  1. #1

    Default 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 previous page. i think i must use session object for this. Anybody knows how to do it?
    thanks.

    ---
    Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest Community Website: [url]http://www.dotnetjunkies.com/newsgroups/[/url]
    radha Guest

  2. Similar Questions and Discussions

    1. back button/making a page expire...
      Due to last minute changes by sales, I needed add a another page... Long story, however my problem is the following: I need to expire a page...
    2. Adding A Back Button to a page
      I am using Publisher 2002 and I would like to know how to add a back button to a page that would take me back to the previous page. I would also...
    3. 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...
    4. My Page and BACK button
      Can you rephrase your question? -- Dan Vallejo, Visual Studio and .NET Setup Team This posting is provided "AS IS" with no warranties, and...
    5. 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...
  3. #2

    Default Re: logout(without getting page using back button)

    Radha,
    BAck button is a Browser activity, which u can;t change.
    but if you have <form level authentiaction>
    then even if user goes back to a page on click of any event it will trigger
    back to login page.

    ARvind.
    "radha" <anju_gunowa@-NOSPAM-servihoo.com> wrote in message
    news:%23U8SDNrAEHA.3828@TK2MSFTNGP10.phx.gbl...
    > 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 previous
    page. i think i must use session object for this. Anybody knows how to do
    it?
    > thanks.
    >
    > ---
    > Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest
    Community Website: [url]http://www.dotnetjunkies.com/newsgroups/[/url]


    Arvind P Rangan 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