web/application.py
branchstable
changeset 5494 f3bb53f1737c
parent 5426 0d4853a6e5ee
child 5508 6718ba5db0eb
child 5584 c1823448f81d
--- a/web/application.py	Thu May 06 14:27:57 2010 +0200
+++ b/web/application.py	Thu May 06 14:26:47 2010 +0200
@@ -270,7 +270,7 @@
         """logout from the instance by cleaning the session and raising
         `AuthenticationError`
         """
-        self.session_manager.close_session(req.cnx)
+        self.session_manager.close_session(req.session)
         req.remove_cookie(req.get_cookie(), self.SESSION_VAR)
         raise LogOut(url=goto_url)