remove Pragma:no-cache header, and set Content-Length and Cache-Control for viewing...
[freeside.git] / htetc / global.asa
index 65f3355..a773bb9 100644 (file)
@@ -68,7 +68,6 @@ use FS::export_svc;
 use FS::msgcat;
 
 sub Script_OnStart {
-  $Response->AddHeader('Pragma' => 'no-cache');
   $Response->AddHeader('Cache-control' => 'no-cache');
 #  $Response->AddHeader('Expires' => 0);
   $Response->{Expires} = -36288000;