Sign Out Problem in ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ananthu
    New Member
    • Sep 2007
    • 87

    Sign Out Problem in ASP.NET

    Hi,

    I have sign out link button in all my web pages.

    If i click it, the status "Yes" will be updated in my SQL database table and the user will be redirected to logged out successfully page. After that i have to disable the back button of the browser so that he cannot visit the previously opened pages. Please help me in disabling the back button of the browser if the user visits all the pages in a single window.

    And also i want to redirect automatically all of my web pages opened in seperate tabs in IE7 to logged out successfully page, if he logs out in the last tab of my web page.

    Please help me in this issues clearly...

    Thanks in Advance...
  • Ananthu
    New Member
    • Sep 2007
    • 87

    #2
    Hi,

    No response from your side till now.

    Please reply me quickly ya?

    Thanks in advance...

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      We've had a thread about this recently with several methods. Please use the site search feature to try to find it.

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Disabling the back button is a bad idea because once you disable it and the user leaves your site, it remains disabled....... .........

        Instead look into clearing the CACHE of your web page. Research caching and ASP.NET pages.

        Also, consider informing the user that the browser contains sensitive information and should be closed to ensure that this information remains private.

        -Frinny

        Comment

        • Ananthu
          New Member
          • Sep 2007
          • 87

          #5
          Hi,

          Thanks for your reply...

          Comment

          Working...