>I use Embperl 1.2.1 under mod_perl. Apache::Session is installed.
>

Just to be sure, you need Apache::Session 1.0x (1.5x is not supported yet)

>I've set up session handling in httpd.conf as follows:
>
>PerlSetEnv EMBPERL_SESSION_CLASSES "File File"


use:

PerlSetEnv EMBPERL_SESSION_CLASSES "FileStore FileLocker"

(must be a name of a Apache::Session::* class)

>PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp/session/store
LockDirectory=tmp/session/lock"
>


and add the leading slash like Cliff already wrote

Gerald



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

Reply via email to