This commit is contained in:
Andreas Österreicher
2007-09-12 07:14:33 +00:00
parent ea6f8be018
commit 39667974ef
5 changed files with 117 additions and 16 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
// header fuer no cache
header("Cache-Control: no-cache, must-revalidate");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0",false);
header("Expires Mon, 26 Jul 1997 05:00:00 GMT");
header("Pragma: no-cache");