Hello,

I have installed a new server with embperl 1.3.4 and apache SessionX.

And I put this config in the httpd.conf server config file :

PerlSetEnv EMBPERL_COOKIE_NAME TXID
PerlSetEnv EMBPERL_COOKIE_PATH /
PerlSetEnv EMBPERL_COOKIE_EXPIRES 'Friday, 31-Dec-2010 14:00:00 GMT'
PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore"
PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:session UserName=test 
Passsword=test"

But when a broswer try a embperl page with %udat hash (for put cookies in 
browser) always embperl create a record in a Berkeley DB file.

I undestand that is default for Apache::SessionX module, but how can setup 
Apache config file for support mysql, without change default in installation 
of Apache::SessionX (I tried too  with : PerlSetEnv 
EMBPERL_SESSION_HANDLER_CLASS "HTML::Embperl::Session for is the same.)

Thanks in advance.



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

Reply via email to