Add sessionhandler.portal_disconnect_all to remove another needless call between server and portal on logout. This means logout from either side will clean up on the respective side and then inform the other side once, rather than triggering a return call.
This commit is contained in:
parent
8eb500f8e0
commit
86c970eb62
7 changed files with 54 additions and 9 deletions
|
|
@ -140,7 +140,7 @@ class DjangoWebRoot(resource.Resource):
|
|||
# Site with deactivateable logging
|
||||
#
|
||||
|
||||
class NonLoggingSite(server.Site):
|
||||
class Website(server.Site):
|
||||
"""
|
||||
This class will only log http requests if settings.DEBUG is True.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue