I ope this isn't a repeatedly asked question on this mailing list, but
I am really confused about how to get sessions working for Postgres and 
Embperl 2.0b3.

When I set my httpd.conf as follows I get no output generated, nor anything 
useful in my error logs:
     PerlSetEnv EMBPERL_SESSION_CLASSES "Postgres Null Storable MD5"
     PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS 'Apache::Session::Postgres'
     PerlSetEnv EMBPERL_SESSION_ARGS "Commit=1"

But if I use:
     PerlSetEnv EMBPERL_SESSION_CLASSES "File Semaphore"
     PerlSetEnv EMBPERL_SESSION_ARGS "/tmp"

everything works fine.  I have also independently tested 
Apache::Session::Postgres, and it indeed writes to the sessions table.
Any ideas?

Cheers, Alan

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to