"Webpage has expired" when using Back Button to go to any PHPgenerated page

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

    "Webpage has expired" when using Back Button to go to any PHPgenerated page

    Whenever I use the back button to go back to a page generated by Easy
    PHP it gets a message that the page has expired.

    HELP!

    P3
  • Sven Reuter

    #2
    Re: "Webpag e has expired" when using Back Button to go to any PHPgenerated page

    PHPBABY3 wrote:
    Whenever I use the back button to go back to a page generated by Easy
    PHP it gets a message that the page has expired.
    >
    That often happens if you go back to a site which expects POST information
    from his previous site. But this site gets no POSTs through going back.

    HTH


    Sven Reuter
    --


    Comment

    • PHPBABY3

      #3
      Re: "Webpag e has expired" when using Back Button to go to any PHPgenerated page

      On Nov 10, 2:34 pm, "Sven Reuter" <newsgroup_11.. .@sreuter.netwr ote:
      PHPBABY3 wrote:
      Whenever I use the back button to go back to a page generated by Easy
      PHP it gets a message that the page has expired.
      >
      That often happens if you go back to a site which expects POST information  
       from his previous site. But this site gets no POSTs through going back..
      I am writing the site in PHP. How do I fix it?
      >
      HTH
      >
      Sven Reuter
      --http://www.sReuter.net/http://www.Auskennbert .de/

      Comment

      • Sven Reuter

        #4
        Re: &quot;Webpag e has expired&quot; when using Back Button to go to any PHPgenerated page

        PHPBABY3 wrote:
        On Nov 10, 2:34 pm, "Sven Reuter" <newsgroup_11.. .@sreuter.netwr ote:
        >PHPBABY3 wrote:
        Whenever I use the back button to go back to a page generated by Easy
        PHP it gets a message that the page has expired.
        >>
        >That often happens if you go back to a site which expects POST
        >information  
        > from his previous site. But this site gets no POSTs through going back.
        >
        I am writing the site in PHP. How do I fix it?
        >
        You could try to use GET instead of POST in forms. Maybe this could fix
        your problem.


        Sven Reuter
        --


        Comment

        Working...