Re: trying to GetSession

2000-11-02 Thread Gerald Richter
> in my EMBPERL_OBJECT_HANDLER_CLASS, i want to get to %udat > > if the cookie (and thus the session) already exists, $self->GetSession > works fine > > if the session does not yet exist, GetSession returns undef since > $udat->getid isn't defined yet, Yes, you are right. That's a bug in GetSes

trying to GetSession

2000-11-02 Thread Angus Lees
in my EMBPERL_OBJECT_HANDLER_CLASS, i want to get to %udat if the cookie (and thus the session) already exists, $self->GetSession works fine if the session does not yet exist, GetSession returns undef since $udat->getid isn't defined yet, and SetupSession returns undef since $r is defined (see b