session.gc_probability=0
(well; there's your problem) 

I thought that paying for a managed server meant that i did not have to
worry about these things my self... :(

Thank you for the hint.
Jacob Oettinger



Matthew Weier O'Phinney-3 wrote:
> 
> -- 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/
> 
> 
-- 
View this message in context: 
http://www.nabble.com/Session-Files-tp19914684p19916333.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to