Hello,

I've looked for the answer to this for a while and I have no broken down for
asking for help.

My problem is I have a few dynamic PHP sites.  And all of them seem to be
doing the same problem to me no matter what or how hard I try.

All my sites seem to be caching heavily on IE 5 and 6 and not on any other
browser.

This is happening on the front page of the site the index.php page, which
generates unique custom content for the user that is time critical for them
to see.  Since it's the first page that is hit on the site I can't put
anything snazzy like extensions or anything to make it look more dynamic (At
least not that I know of ;) ).

I am currently using apache 1.3 and PHP 4.2.3 on one system.  On another
system I am using Apache 2.0.40 and PHP 4.2.2

On one site I have (currently) no cache control on the meta tags and have
all the cache control in the header of the html. (previously I had meta tags
in there all over the place and well it didn't help either :( )

My headers (Currently) for one site look like this

HTTP/1.1 200 OK
Date: Sat, 08 Mar 2003 07:22:04 GMT
Server: Apache/2.0.40 (Red Hat Linux)
Accept-Ranges: bytes
X-Powered-By: PHP/4.2.2
Last-Modified: Sat, 08 Mar 2003 07:22:04 GMT
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache, no-store, pre-check=0, post-check=0,
must-revalidate, max-age=0
Set-Cookie: YA_SESSION_ID=81950aafabc92d23faf4e6e1d786447a; expires=Sun,
09-Mar-03 19:22:04 GMT
Vary: User-Agent
Content-Type: text/html; charset=ISO-8859-1



So any suggestion! Any ideas!  I'm going batty here! 

Thanks and have a good one :)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to