Index: branches/5.2.x/core/kernel/session/session.php =================================================================== diff -u -N -r14714 -r14879 --- branches/5.2.x/core/kernel/session/session.php (.../session.php) (revision 14714) +++ branches/5.2.x/core/kernel/session/session.php (.../session.php) (revision 14879) @@ -1,6 +1,6 @@ DeleteExpired(); // called from u:OnDeleteExpiredSessions agent now +// $this->DeleteExpired(); // called from u:OnDeleteExpiredSessions scheduled task now if ($this->expired || ($this->CachedSID && !$this->_fromGet && !$this->SessionSet)) { $this->RemoveSessionCookie();