Forum Moderators: coopster

Message Too Old, No Replies

Expire page

         

fotiss13

2:16 pm on Apr 2, 2004 (gmt 0)

10+ Year Member



Hi all,
i am quite new in php and i dont even know if this question has to do anything with php :) when i press the back button sometimes i get this message that the page has expired. Some other times it goes to the previos page without a prob. Anyone has an idea what message that means?
Thanx

barn_de

2:26 pm on Apr 2, 2004 (gmt 0)

10+ Year Member



Hi fotiss13,

this means you submitted a form via the method "POST".
if you use the "GET" method the values in the form will be shown in the url, but you are able to use the backbutton very easy. this is highly recommended for a search feature on your site.

barn

fotiss13

5:51 pm on Apr 3, 2004 (gmt 0)

10+ Year Member



thanx a lot, i will try it!

mbcx9rvt

2:55 am on Apr 4, 2004 (gmt 0)

10+ Year Member



It can also happen if the site uses sessions. If you're unsure as to what these are, try this [php.net]. Another possible, however unlikely, possibility are cookies.

HTH,

mbcx9rvt

fotiss13

10:22 am on Apr 5, 2004 (gmt 0)

10+ Year Member



i do use sessions but it does not happen to all pages that have session. i guess its the thing with the post.