Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: ihab mishriki on July 03, 2014, 09:43:58 AM

Title: Roundcube does not clean up "sessions" table after the user logout
Post by: ihab mishriki on July 03, 2014, 09:43:58 AM
Hello,

Why Roundcube does not clean up "sessions" table after the user logout ?
and there is another way to know if the user use the system or not.

Thanks :)
Title: Re: Roundcube does not clean up "sessions" table after the user logout
Post by: JohnDoh on July 04, 2014, 02:39:16 AM
it does, at least on mine. it uses PHP's garbage collection stuff. you can trigger it manually by calling [rc root]/bin/gc.sh

there are a couple of old tickets about PHP needing certain settings for garbage collection to run automatically...
http://trac.roundcube.net/ticket/1488200
http://trac.roundcube.net/ticket/1485460