> 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
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