Hi,
>
> I am trying to use Postgres as the session database for %udat in embperl.
> See below my configuration:
>
> $ENV{EMBPERL_SESSION_CLASSES} = "DBIStore NullLocker";
> $ENV{EMBPERL_SESSION_ARGS} =
> "DataSource=dbi:Pg(AutoCommit=>0):dbname=transactiondb";
>
I didn't have tried Apache::Session with Pg so far. Maybe you can try leave
out the AutoCommit setting:
$ENV{EMBPERL_SESSION_ARGS} = "DataSource=dbi:Pg:dbname=transactiondb";
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]