[dev] cached reply messages

Michael Bull mbull@uoguelph.ca
Mon, 16 Apr 2001 16:37:38 -0400


---------------------- multipart/alternative attachment
At 02:16 PM 16/04/2001 -0400, you wrote:
>On Mon, Apr 16, 2001 at 02:09:53PM -0400, Jon Parise wrote:
>
> >     if ($browser->isBrowser('netscape')) {
> >         session_cache_limiter('public');
> >     }
>
>After a little thought, I've changed this to:
>
> >     if ($browser->isBrowser('netscape')) {
> >         session_cache_limiter('private, must-revalidate');
> >     }
>
>Let me know if this breaks the existing behavior.


Hi Jon!

I made the above change, and nothing changed in the behavior with respect 
to caching the messages people are composing.  You should be able to 
replicate this by clearing your netscape cache, going into IMP, and 
replying to a message.  You should see it appear in the cache.

I tried private, and the private, must-revalidate as decribed 
about.   Adding "nocache" re-introduces the problem of netscape loosing the 
info being composed when the page resizes.

Any thoughts?



--
Michael Bull, Systems Analyst
Computing & Communications Services
University of Guelph, Ontario - (519) 824-4120 x6359

---------------------- multipart/alternative attachment--