Simetrical wrote:
On 1/16/08, Brion Vibber brion@wikimedia.org wrote:
To combat this, I've added a default 'Cache-control: no-cache' header into our local CommonSettings.php file, which comes early in code execution.
Should this be added to the software at some point?
Well, the problem it solves is a quirk of our customized Squid configuration, but it wouldn't be a bad idea in principle.
Note that the latest versions of PHP will output an HTTP 500 result code ('internal server error') on fatal error... sometimes... but an extra cache control don't hurt. :)
-- brion