I have a logout.epl file with this construct:

  %udat = () ;
  my $prot = "http://";;
  if ($forceHttps and $ENV{HTTPS} ne 'on') {
    $prot = "https://";;
  }
  my $fn = "login.epl";
  $fn = $prot . $ENV{HTTP_HOST} . $basedir . $fn;
  $http_headers_out{'Location'} = $fn

But when I reach login.epl, %udat is still fully populated. Does the 
relocation have this influence?

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               �ben 12.00-18.00        Email: [EMAIL PROTECTED]
2000 Frederiksberg        L�rdag 12.00-16.00       Web:      www.suse.dk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to