Hi.
I'm assuming caches use the HTTP header Last-Modified date to determine rules for caching content, I'm interested to know what PHP sends as the default Last-Modified header.
Specifically, if the Last-Modified header is set to the current date/time, wouldn't that mean that most caches would never cache average PHP content (unless you set the HTTP headers to something more useful)?
Any clues on this or sites to check out would be great.
Also, if anyone knows an easy way to see in your page what the http response headers associated with a page are, I'd be keen to know.
Thanks.