On Mon, Oct 08, 2001 at 05:30:50AM +0000, alan milligan wrote:
> But I am getting some very strange behaviour using session management with 
> 2.0b3.  I use File and Semaphore.
> 
> I have some epl in $DOCUMENT_ROOT/perl/authenticate.epl which sticks a User 
> object into %udat.  All the other files in $DOCUMENT_ROOT/perl can access 
> this.  However no .epl's in $DOCUMENT_ROOT/public have this.  They get a 
> competely new session object assigned.
> 
> Even when I explicitly call HTML::Embperl::Req::GetSession/RefreshSession, I 
> 
> cannot get the old session back, a new one is instantiated.
> 
> I was expecting that the general session stuff uses a cookie and should thus 
> 
> be independent of file path.  File path being specific to %mdat as one 
> expects.
> 
> Am I missing something?

try setting EMBPERL_COOKIE_PATH to /

-- 
 - Gus

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

Reply via email to