-- oetting <[EMAIL PROTECTED]> wrote
(on Friday, 10 October 2008, 02:06 AM -0700):
> We are using Zend_Session for our session handling needs. We are using
> Zend_Session with its default settings, including the file save handler.
> 
> We seem to have some problems with the system leaking session files. There
> is currently almost 1 mio session files in the tmp dir, and we do not have 1
> mio simultaneous visitors.
> 
> Does any one know of a problematic configuration of either Zend_Session of
> PHP it self that would lead to this situation?

Zend_Session utilizes PHP's session extension internally. Make sure you
are providing good garbage collection settings for your sessions.

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to