>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 "
> did u copy these values directly out of your config because u do not show a leading
>slash on the LockDirector?. should probably be:
>
> PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp/session/store
>LockDirectory=/tmp/session/lock"
This is true. I fixed that but the same error appears.
--
did u copy these values directly out of your config because u do not show a leading
slash on the LockDirector?. should probably be:
PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp/session/store
LockDirectory=/tmp/session/lock"
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
[EMAIL PROTE
I use Embperl 1.2.1 under mod_perl. Apache::Session is installed.
I've set up session handling in httpd.conf as follows:
PerlSetEnv EMBPERL_SESSION_CLASSES "File File"
PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/tmp/session/store
LockDirectory=tmp/session/lock"
When I restart httpd the error l