PHP 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');
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');