> Note  that I did
> not set EMBPERL_SESSION_ARGS.  Perhaps that's the problem?

As you already found out this is the problem. How should DBIStore know where
to store your session data if you don't tell it to him anywhere?

Also the Embperl docs say to do so:

http://venus.gr.ecos.de/usr/msrc/cvs/modperl-site/embperl/Embperl.pod.7.html
#Session_handling

PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore SysVSemaphoreLocker"
PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:session UserName=test"
PerlModule HTML::Embperl ;

Gerald


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

Reply via email to