Hello, My current session table has 2085 records, is it normal? It is more by the order of magnitude than my user count. Are there any code in RC to clean session table?
Dennis P. Nikolaenko wrote:
Hello, My current session table has 2085 records, is it normal? It is more by the order of magnitude than my user count. Are there any code in RC to clean session table?
check rcube_sess_gc() in include/session.inc. It depends on /session.gc_maxlifetime setting in PHP.