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:
Griatch 2016-09-13 21:48:43 +02:00
parent 8eb500f8e0
commit 86c970eb62
7 changed files with 54 additions and 9 deletions

View file

@ -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.
"""