Thomas Bruederli
2015-03-09 87ff88d55003a7af755d290ae06173c4d73cc133
program/lib/Roundcube/rcube_session_db.php
@@ -168,6 +168,7 @@
        // just clean all old sessions when this GC is called
        $this->db->query("DELETE FROM " . $this->db->table_name('session')
                         . " WHERE changed < " . $this->db->now(-$this->gc_enabled));
        $this->log("Session GC (DB): remove records < " . date('Y-m-d H:i:s', time() - $this->gc_enabled) . '; rows = ' . intval($this->db->affected_rows()));
    }
}