Thanks Kee and Gerald...

I also found another way to get the Session ID... using
$udat{_session_id}

Though I assume that '$request -> config -> session_id' would be the
preferred method...?

Ps. sorry about the HTML mail...
______________________
Jordan Baker
[EMAIL PROTECTED] 


-----Original Message-----
From: Gerald Richter [mailto:[EMAIL PROTECTED]] 
Sent: October 10, 2002 12:45 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: redirect question

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