The idle counters were not called, causing sessions to time out even when active. Fixed now.

This commit is contained in:
Griatch 2013-04-12 22:10:16 +02:00
parent 8969017aaa
commit 7f91f51539

View file

@ -164,6 +164,7 @@ class ServerSession(Session):
# we are not logged in. Execute cmd with the the session directly
# (it uses the settings.UNLOGGEDIN cmdset)
cmdhandler.cmdhandler(self, command_string, sessid=self.sessid)
self.update_session_counters()
execute_cmd = data_in # alias
def data_out(self, msg, data=None):