Sorry Gerald,

I discovered a type was causing me scoping issues.

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?
> >
> > I do have another question regarding Embperl scoping though.  I was 
>using
> > the Perl::Module directive in my Apache config, expecting that any
> > interpreter would get any global symbols defined in the module.
>
>Yes, that exceptation is right
>
> > However,
> > these appear to be unavailable within my Embperl container.  Do all 
>global
> > symbols not get sucked in by default?
> >
>
>Could you give a small example how do you define your globals and how do 
>you
>try to access them from within your Embperl page ?
>
>Gerald
>
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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

Reply via email to