Re: [PHP] How to prevent - Page has expired

2004-01-26 Thread Marek Kilimajer
Use get instead of post method Steen Rabøl wrote: Hi Sorry, my fault, I did not explain myself correctly Let's say that you have a search functions, then the user press the search button brows the result, and then press the 'Back' button of the browser, then you can get this 'Page has expire

Re: [PHP] How to prevent - Page has expired

2004-01-26 Thread Matt Matijevich
I know that this is not a PHP problem, but Is there a way to prevent the 'Page has expired...' when the user press 'Back' post to a page that does nothing but process the form post. When it is done, it redirects to another page. -- PHP General Mailing List (http://www.php.net/) To unsubsc

Re: [PHP] How to prevent - Page has expired

2004-01-26 Thread Steen Rabøl
Hi Sorry, my fault, I did not explain myself correctly Let's say that you have a search functions, then the user press the search button brows the result, and then press the 'Back' button of the browser, then you can get this 'Page has expired' warning Is there some trick to prevent this, or

RE: [PHP] How to prevent - Page has expired

2004-01-26 Thread Jay Blanchard
[snip] I know that this is not a PHP problem, but Is there a way to prevent the 'Page has expired...' when the user press 'Back' [/snip] Session variables http://us2.php.net/session -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to prevent - Page has expired

2004-01-26 Thread Steen Rabøl
Hi I know that this is not a PHP problem, but Is there a way to prevent the 'Page has expired...' when the user press 'Back' Thanks in advance. Steen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php