Re: Problem configuring sessions

2000-07-20 Thread Gerald Richter
>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 "

Re: Problem configuring sessions

2000-07-20 Thread kb
> 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. --

Re: Problem configuring sessions

2000-07-20 Thread ___cliff rayman___
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

Problem configuring sessions

2000-07-20 Thread kb
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