The idle counters were not called, causing sessions to time out even when active. Fixed now.
This commit is contained in:
parent
8969017aaa
commit
7f91f51539
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue