summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2002-02-16 21:47:32 +0000
committerivan <ivan>2002-02-16 21:47:32 +0000
commitb2860f4fe976d87f3efebc64021a9378185d3079 (patch)
treeccf4b439f84b365a212493ef0aa27595f0b0c7bb /htetc
parent2be8d274de7dd4a600b2500cb36ca4272bfc0efa (diff)
work with current Apache::ASP
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa3
1 files changed, 2 insertions, 1 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index daf1c39..db37bf1 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -49,7 +49,8 @@ use FS::type_pkgs;
sub Script_OnStart {
$Response->AddHeader('Pragma' => 'no-cache');
$Response->AddHeader('Cache-control' => 'no-cache');
- $Response->AddHeader('Expires' => 0);
+# $Response->AddHeader('Expires' => 0);
+ $Response->{Expires} = -36288000;
$cgi = new CGI;
&cgisuidsetup($cgi);