Return to Snippet

Revision: 31322
at September 3, 2010 00:56 by wireplay


Initial Code
<?php
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
?>

Initial URL


Initial Description


Initial Title
PHP - Cache Controls

Initial Tags
php, cache

Initial Language
PHP