Delete firstVisit = true, userID = 0 sessions after processing background queue
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 19 Feb 2019 15:32:00 +0000 (16:32 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 15 Mar 2019 12:59:27 +0000 (13:59 +0100)
commit3075b204e4dd114a017ae5b08e4fb14b254135a0
treea46540266bccc769006e2286f6826a8a0a687540
parent632c9d0c5d8da27a5b16dd105c7b316153945c29
Delete firstVisit = true, userID = 0 sessions after processing background queue

These sessions most likely stem from a script / cronjob that is set-up
to regularly request the background queue to ensure it does not fill up
in periods of low user activity. They “fill up” the session table, skew
the user online statistics and are not going to be re-used.
wcfsetup/install/files/lib/action/BackgroundQueuePerformAction.class.php