[horde] sessions in horde_sessionhandler table not cleaned.
Andrew Morgan
morgan at orst.edu
Thu Sep 13 16:12:02 UTC 2007
On Thu, 13 Sep 2007, robert sand wrote:
> It seems that my horde_sessionhandler table is not getting the stale
> session data cleaned from it. I am using mysql with horde3. Is there a
> reason why horde would not clean old sessions from the table? I am not
> seeing any messages stating that the mysql session handler cannot clean
> the sessions. Am I missing a php variable setting or a horde config
> setting to clean these sessions out? I would greatly appreciate any
> suggestions.
You need to set the following variables in your php.conf file and restart
apache:
session.gc_probability = 1
session.gc_divisor = 5000
session.gc_maxlifetime = 1800
Andy
More information about the horde
mailing list