> 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
Mike,
I didn't tried to put session into Oracle (mysql and files works great
here), but maybe it helps to preload all needed modules at server startup
time. This has proven usefull in the past to avoid segfaults and panics. You
may try
PerlModule DBI
PerlModule DBD::Oracle
PerlModule Apache::Ses
Neil,
I think I have enought informations now to put together a the test with
BEN-SSL. One thing could be help full, if you send me the output of
httpd -l
>
> I took a look at the list of options listed by make test
> TESTARGS="--help", and tried using -n to make it not look at the httpd
> erro
I hereby join the honoured people who have trouble with sessions. I did
manage to get them to work with 1.3b2, but have just upgraded to 1.3b6
and Apache::Session to 1.53. I have the following environment set
EMBPERL_SESSION_ARGS=DataSource=dbi:Oracle:testdb UserName=nobody
Password=nobody
EMBP