> 
> OR if you just want to use a temp storage area then:
> 
> BEGIN {
> $ENV{EMBPERL_SESSION_CLASSES} = "FileStore SysVSemaphoreLocker";
> $ENV{EMBPERL_SESSION_ARGS}    = "Directory=/tmp/sessions";
> }


Ooh...  This creates a security problem...

It would be better to create a dedicated directory for session storage
that was owned and read/writable by the apache userid.  Having session
info in /tmp means ANYONE can read and write to it.

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

Reply via email to