[symfony-users] Re: session garbage collector with mysql session based storage

2008-02-21 Thread Rob Sworder
On Feb 21, 2:41 pm, "Thomas Rabaix" <[EMAIL PROTECTED]> wrote: > You should read this paper > :http://www.centresource.com/blog/2006/05/23/php-session-lifetime-an-a... > If you were having problems with this, you could try ini_set("session.gc_maxlifetime", ); however, you're getting too lit

[symfony-users] Re: session garbage collector with mysql session based storage

2008-02-21 Thread Rob Sworder
Jo, You've still only set the probability to 1% - you could temporarily change session.gc_probability to 100 to guarantee the garbage collector is called. Did you restart apache to get the php.ini reloaded? Has the session.gc_maxlifetime been reached yet (are they eligible yet for deletion)? H