remove Pragma:no-cache header, and set Content-Length and Cache-Control for viewing...
[freeside.git] / htetc / global.asa
index c3dab19..29b3fe1 100644 (file)
@@ -56,7 +56,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;