Re: [PHP] Sessions, Expire-headers and Firefox's back button

2005-12-05 Thread Peter Brodersen
On Sun, 4 Dec 2005 11:56:43 -0800, in php.general [EMAIL PROTECTED] (Curt Zirzow) wrote: >iirc, Firefox 1.5 has improved its caching system, in paticular to the >back button drama. It seems so, but the issue is still present in 1.5 and might be further on. session_cache_limiter('private') change

Re: [PHP] Sessions, Expire-headers and Firefox's back button

2005-12-04 Thread Curt Zirzow
On Fri, Dec 02, 2005 at 07:21:43PM -0500, Chris Shiflett wrote: > Hi Peter, > > >When I begin session with session_start() PHP sets an Expired-header. > >I suppose that's fine for the sake of unwanted caching. > > > >Unfortunately, Firefox seem to reload a page that's expired when using > >the bro

Re: [PHP] Sessions, Expire-headers and Firefox's back button

2005-12-02 Thread Peter Brodersen
Hi Chris, On Fri, 02 Dec 2005 19:21:43 -0500 Chris Shiflett <[EMAIL PROTECTED]> wrote: > You might find this article helpful: > > http://shiflett.org/articles/guru-speak-nov2004 Very helpful indeed! I was mainly focused on the "Expires" header, but changing the Cache-Control output (by setting

Re: [PHP] Sessions, Expire-headers and Firefox's back button

2005-12-02 Thread Chris Shiflett
Hi Peter, When I begin session with session_start() PHP sets an Expired-header. I suppose that's fine for the sake of unwanted caching. Unfortunately, Firefox seem to reload a page that's expired when using the browser's "Back" navigation instead of showing the page as it was as the user left i

[PHP] Sessions, Expire-headers and Firefox's back button

2005-12-02 Thread Peter Brodersen
Hi, When I begin session with session_start() PHP sets an Expired-header. I suppose that's fine for the sake of unwanted caching. Unfortunately, Firefox seem to reload a page that's expired when using the browser's "Back" navigation instead of showing the page as it was as the user left it. This