RE: [PHP] Re: handling a user pressing browser's back button

2005-04-27 Thread Chris W. Parker
Richard Lynch on Tuesday, April 26, 2005 10:03 PM said: > Or, with some browsers, you can't get "back" to page 1 AT ALL, unless > you hit "back" twice rapidly in succession, or use the popup back > menu to "skip" the middle page that does the re-direct. I think that

RE: [PHP] Re: handling a user pressing browser's back button

2005-04-27 Thread Mark Rees
bject: Re: [PHP] Re: handling a user pressing browser's back button On Tue, April 26, 2005 7:02 pm, Matthew Weier O'Phinney said: > 1. Display form on page 1. Page 1 has Cache-Control: no-cache header. > 2. User submits form to page 2 3. Page 2 processes form, stores > requi

Re: [PHP] Re: handling a user pressing browser's back button

2005-04-26 Thread Richard Lynch
On Tue, April 26, 2005 7:02 pm, Matthew Weier O'Phinney said: > 1. Display form on page 1. Page 1 has Cache-Control: no-cache header. > 2. User submits form to page 2 > 3. Page 2 processes form, stores required variables in session, and then >redirects to page 3. > 4. Page 3 displays results (s

[PHP] Re: handling a user pressing browser's back button

2005-04-26 Thread Matthew Weier O'Phinney
* James <[EMAIL PROTECTED]>: > Currently I have an application with PHP scripts that passes POST > variables to keep track of ID's of records, the processing mode and > such. > > I totally didn't design it to handle when a user hits the Back button > in the browser...everything is tightly contro