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 :)
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