From 3526070860a17dd479573a6c3eefd22818d6bd16 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 18 Jul 2011 11:35:30 +0530 Subject: [PATCH] logout fixes --- startup/event_handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/startup/event_handlers.py b/startup/event_handlers.py index 0efb403c0b..56391397b1 100644 --- a/startup/event_handlers.py +++ b/startup/event_handlers.py @@ -43,6 +43,7 @@ def on_login_post_session(login_manager): # login from if webnotes.form_dict.get('login_from'): webnotes.session['data']['login_from'] = webnotes.form.getvalue('login_from') + webnotes.session_obj.update() update_account_details()