Hello--

We run several web servers (PHP 4.2.2, Apache 1.3.27 on RedHat 6.2/i386)
behind a load balancer...  All the servers have their session.save_path
set to an NFS-mounted directory.

It seems that session files are removed by the GC 1 hour
(session.gc_maxlifetime = 3600) after being created, instead of one hour
after being updated, even though they're being changed on every click... 
I can't explain why, but the problem goes away if I touch the session file
every 60 seconds.

Is there a known issue with using NFS for session files?

Thanks,

-Matt Sturtz-



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to