diff --git a/openerp/http.py b/openerp/http.py index 00a4cd3c239..71678bf3aa8 100644 --- a/openerp/http.py +++ b/openerp/http.py @@ -955,7 +955,6 @@ class OpenERPSession(werkzeug.contrib.sessions.Session): uid = dispatch_rpc('common', 'authenticate', [db, login, password, env]) else: security.check(db, uid, password) - self.rotate = True self.db = db self.uid = uid self.login = login