Unset all login cookies

This commit is contained in:
Jessica B. Hamrick
2015-08-21 19:24:44 -07:00
parent bea58ee622
commit ea5bfa9999
4 changed files with 10 additions and 2 deletions

View File

@@ -285,6 +285,8 @@ class User(Base):
spawner = None
spawn_pending = False
stop_pending = False
other_user_cookies = set([])
def __repr__(self):
if self.server: