# HG changeset patch # User Alexandre Fayolle # Date 1273150124 -7200 # Node ID d1b6db4d7b3fc30250b4933da4cb97ccf18fcc4f # Parent ce836b665a652a469c25c5c4cb596b19525e2dd4# Parent f3bb53f1737c5614251cc18b80531278ca560701 merge diff -r ce836b665a65 -r d1b6db4d7b3f web/application.py --- a/web/application.py Thu May 06 14:46:58 2010 +0200 +++ b/web/application.py Thu May 06 14:48:44 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)