As Kee already wrote:

>  $http_headers_out{`Location`} = 'http://$ENV{HTTP_HOST}/ta/login.epl';
>  exit 301;

  $http_headers_out{'Location'} = "http://$ENV{HTTP_HOST}/ta/login.epl";;
  exit 301;


> A quick perusal of the docs & Embperl *.pm files shows no method to
retrieve the session id..

See http://perl.apache.org/embperl/pod/doc/Config.-page-4-.htm#sect_105

Not much explaination yet, but at least it is there...

Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




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

Reply via email to