Clearing History

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lax

    Clearing History

    How do I clear history on logout i.e when the back button is pressed after
    logging out I do not want the content to be displayed.


    Thanks
    -Laxmi


  • Andy Hassall

    #2
    Re: Clearing History

    On Sat, 3 Jul 2004 18:08:15 -0500, "lax" <gogineni_laksh mi@comcast.net> wrote:
    [color=blue]
    >How do I clear history on logout i.e when the back button is pressed after
    >logging out I do not want the content to be displayed.[/color]

    PHP doesn't have a history to clear.

    --
    Andy Hassall <andy@andyh.co. uk> / Space: disk usage analysis tool
    http://www.andyh.co.uk / http://www.andyhsoftware.co.uk/space

    Comment

    • Tony Marston

      #3
      Re: Clearing History

      [color=blue]
      > On Sat, 3 Jul 2004 18:08:15 -0500, "lax" <gogineni_laksh mi@comcast.net>[/color]
      wrote:[color=blue]
      >[color=green]
      > >How do I clear history on logout i.e when the back button is pressed[/color][/color]
      after[color=blue][color=green]
      > >logging out I do not want the content to be displayed.[/color][/color]

      The browser's history exists on the client and therefore cannot be
      manipulated by PHP which runs on the server.

      You cannot disable the browser's BACK button. Take a look at
      http://www.tonymarston.co.uk/php-mys...ttonblues.html for details.

      --
      Tony Marston

      This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL




      Comment

      Working...