Some further fixes to the ajax client, as well as maybe fixing the i.d.l. bug manifesting from a poor msg input send.
This commit is contained in:
parent
f04c82fa17
commit
410d04456c
3 changed files with 7 additions and 7 deletions
|
|
@ -274,7 +274,7 @@ class PortalSessionHandler(SessionHandler):
|
|||
"""
|
||||
return len(self.get_sessions(include_unloggedin=include_unloggedin))
|
||||
|
||||
def session_from_csessid(self, csessid):
|
||||
def sessions_from_csessid(self, csessid):
|
||||
"""
|
||||
Given a session id, retrieve the session (this is primarily
|
||||
intended to be called by web clients)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue