A.L.E.C wrote:
Ond?ej ??ra wrote:
Are you using Debian? Debian doesn't use the session GC in PHP - instead, it cleans sessions in a cronjob. To enable PHP GC in Roundcube, one must add (to main.inc.php) these lines:
ini_set('session.gc_probability', 5); ini_set('session.gc_divisor', 100);
Values '5' and '100' were chosen experimentaly by me, use your own if you want :)
Someone should add above info to installation manual.
Hi,
I opened a ticket with a patch that solves this issue without a need to inform user.
http://trac.roundcube.net/ticket/1485460