fix unlogging
This commit is contained in:
parent
3df6133a62
commit
19f58b2f4f
1 changed files with 2 additions and 1 deletions
|
|
@ -2726,7 +2726,8 @@ class ClientSession(object):
|
|||
except AuthExpired:
|
||||
# this can happen when an exclusive session is forced
|
||||
pass
|
||||
self.setSession(None)
|
||||
if session_id == self.sinfo['session-id']:
|
||||
self.setSession(None)
|
||||
|
||||
def _forget(self):
|
||||
"""Forget session information, but do not close the session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue