Hi everybody,
Afther a few tries installing Embperl with Postgres as its session
management
database I came out with the following configuration directives:
PerlSetEnv EMBPERL_SESSION_CLASSES "Postgres Semaphore Base64"
PerlSetEnv EMBPERL_SESSION_ARGS
"DataSource=dbi:Pg(AutoCommit=>1):dbname=sessions UserName=ausername"
Since Embperl doesnt to accept Storable with Postgres (get an "ERROR:
Unterminated quoted String")
I placed Base64 instead (otherwise Autocommit=>1 to get at list
something going to the database).
The problem is that even thaugh there are no more errors in the logs or
else (the Apache logs simpy
say Session Management Enabled), the sessions thing doesnt start working
anyway: every call to the
Apache/Embperl server is considered as new one and inserted into the
sessions table (testing using
$udat vars).
Apache 1.3.19
Embperl 1.3.1
ModPerl 1.25
Postgresql 7.0.3
Apache::Session 1.53
Hope somebody can give a hint to a solution, or what should I look at?
Thanks,
Stéphane
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]