Sep 9, 2019

SOLVED auth_session_timeout redirection looping issue

Related : https://github.com/OCA/server-tools/issues/1482 @api.model_cr_context     def _auth_timeout_check(self):         """Perform session timeout validation and expire if needed."""         if not http.request:             return         session = http.request.session         # Calculate...
Read more ...