From: ivan Date: Sat, 16 Feb 2002 21:47:32 +0000 (+0000) Subject: work with current Apache::ASP X-Git-Tag: freeside_1_4_0pre11~49 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b2860f4fe976d87f3efebc64021a9378185d3079 work with current Apache::ASP --- diff --git a/htetc/global.asa b/htetc/global.asa index daf1c397f..db37bf156 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);