Re: [PHPLIB] IE5 caching problem - workaround From: Andreas Braukmann (braukmann <email protected>)
Date: 03/06/00

Hi,

On Mon, Mar 06, 2000 at 09:24:12AM +0100, Jeroen Laarhoven wrote:
> > We're using a similar approach for solving all the
> > 'backbutton'-uglinesses.
 
> Are you using the workaround for ALL browsers or just a selection?
We use it for all browsers. We are sooo tired of coding
'browser-conditionalized'(tm;) ) applications :(

> An option (not tested yet) is to use 'Private' cashing for 'good behaving'
> browsers and the workaround for others.
I expirienced strange (partly non-reproducable) Netscape-misbehaviours
with private caching, therefor we got used to a strict 'no caching'
policy for session-based sites. The images get cached anyhow, and the
pure textual information doesn't waste that much bandwith.

> > We found out, that it might be impossible to relocate to the
> > same URI (taken from REQUEST_URI)?
>
> Can you explain this or tell me when/why?
Why? I don't know but I suppose, that it should avoid an endless
relocation loop.
At least the Netscape-Browsers just won't relocate to the same URL
they just tried to load.

> > At least it seems to solves (together with caching=no) all
> > 'back-and-forward-button'-problems for our application.
 
> Finally some good new on this issue!
This 'pseudo-solution' doesn't change the fact, that using the
back- and forward-buttons doesn't mix well with 'stateful' sites.

-Andreas

-- 
: Anti-Spam Petition:     http://www.politik-digital.de/spam/          :
: PGP-Key:                http://www.tse-online.de/~ab/public-key      :
: Key fingerprint:  12 13 EF BC 22 DD F4 B6  3C 25 C9 06 DC D3 45 9B   :
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.