Re: [Phplib-users] Page Caching Issues Resolved in 7.4?
Brought to you by:
nhruby,
richardarcher
|
From: Andrew C. <An...@Ev...> - 2002-04-18 05:01:20
|
At 07:16 AM 4/18/2002 +1000, you wrote: >At 1:20 PM -0700 17/4/02, Andrew Crawford wrote: > > >Have the page caching issues with IE been addressed in the 7.4 pre-release? > >What problems are you seeing and with which browsers? >And which version of PHP are you running? > >I have seen conflicting reports of Explorer's requirements of the >Cache-Control header. Apparently newer versions require it to be a >comma-separated list of arguments. Older versions require a separate >Cache-Control header per argument. > > ...R. I had replied directly to Richard Archer about this and forgot to CC the list. Here is the follow-up: My bad. I messed with it for a couple hours. I set $allowcache = "no" in session.inc and corrected a couple of spots in my code where the session wasn't being appended properly to a link's url. It now seems to work correctly for IE 5 and 6. Andrew Crawford An...@Ev... |