Index: branches/unlabeled/unlabeled-1.57.2/core/kernel/session/session.php =================================================================== diff -u -r8184 -r8186 --- branches/unlabeled/unlabeled-1.57.2/core/kernel/session/session.php (.../session.php) (revision 8184) +++ branches/unlabeled/unlabeled-1.57.2/core/kernel/session/session.php (.../session.php) (revision 8186) @@ -662,6 +662,8 @@ // front-session called from admin or otherwise, then save it's data $this->SaveData(); } + + $this->Application->resetCounters('UserSession'); } /**