Re: [PHP] Pages Expiring

2006-01-06 Thread Warren Vail
This one has been around for years. Here is my understanding; * Form 1 invokes the code for Form 2 with a post (the data is passed separately to the server) * Your Browser saves the URL for Form 2 to the history list. * Form 2 processes the data from form1 and displays another form

[PHP] Pages Expiring

2006-01-05 Thread Ben Miller
When using forms with PHP sessions, hitting the back button results in WARNING: Page has Expired I am wondering if there is a work around for this so that it (IE, in this case) resubmits the form information and displays the previous page. Any ideas? -- PHP General Mailing List

Re: [PHP] Pages Expiring

2006-01-05 Thread Gustav Wiberg
://www.varupiraten.se/ - Original Message - From: Ben Miller [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Friday, January 06, 2006 1:40 AM Subject: [PHP] Pages Expiring When using forms with PHP sessions, hitting the back button results in WARNING: Page has Expired I am wondering