> 1. What is the difference between NullLocker and SysVSemaphoreLocker and
is
> there anyway to fix this mysterious disappearing of sessions with
> NullLocker?
>

NullLocker does not any locking at all, SysVSemaphoreLocker serialize
session access.

> 2. Can I go back to SysVSemaphoreLocker which has always worked for me in
> keeping sessions properly?
>

The semphaphore has the wrong owner. You can display the semaphore with
"ipcs".

Just remove the semaphore with "ipcrm" and Apache::Session will create a new
one with the correct owner

Gerald



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

Reply via email to