[PHP] Sessions - going back in browser

2005-04-19 Thread Craig Donnelly
Hello, I had an issue that I needed to be able to go back in the browser while in a session without getting page has expired, I was reading through the manual and came across a comment about adding the following to the sessions page to allow users to traverse back: header(Cache-control:

Re: [PHP] Sessions - going back in browser

2005-04-19 Thread Greg Donald
On 4/19/05, Craig Donnelly [EMAIL PROTECTED] wrote: I had an issue that I needed to be able to go back in the browser while in a session without getting page has expired, I was reading through the manual and came across a comment about adding the following to the sessions page to allow users

Re: [PHP] Sessions - going back in browser

2005-04-19 Thread Richard Lynch
On Tue, April 19, 2005 9:26 am, Craig Donnelly said: I had an issue that I needed to be able to go back in the browser while in a session without getting page has expired, I was reading through the manual and came across a comment about adding the following to the sessions page to allow