Google Search

Google Search

HTML/JavaScript

Thursday, September 1, 2011

header

header("ETag: " . $eTag);

header("Status: 304 Not Modified");

header($httpProtocol . " 304 Not Modified");

header("Connection: close");


header('Last-Modified: ' . $lastModifiedHttpFormat);

header('Cache-Control: private');





header('Cache-Control: no-cache');

No comments:

Post a Comment