Return to Snippet

Revision: 16111
at July 27, 2009 06:25 by funkadelicsoul


Initial Code
<?PHP
 header("Expires: Sat, 1 Jan 2005 00:00:00 GMT");
 header("Last-Modified: ".gmdate( "D, d M Y H:i:s")."GMT");
 header("Cache-Control: no-cache, no-store, must-revalidate");
 header("Pragma: no-cache");
?>

Initial URL
http://www.webreference.com/programming/javascript/rg33/2.html

Initial Description


Initial Title
Prevent Browser Caching of Dynamic Content

Initial Tags
ajax

Initial Language
PHP