Cleanup, fixes from investigation of situation where json requests were failing because dss was out of sessions.
Activity
746 749 self.log("Session limit reached: " + request.getUrlPath(), lsError); 747 750 return 0; 748 751 } 752 removeAutomaticSession = [&self, newToken] { self.m_SessionManager->removeSession(newToken); }; mentioned in commit 752bbad1