Hi,
I'm writing an angularJS front end that connects to an Odoo system. Inconsistently a call via call_kw to return some data fails with the error "session expired". The data being returned doesn't appear to have anything to do with causing the error and the error very seldom occurs when a user first logs in but more often when refreshing a page or moving between screens.
I've tracked it down to the setup_db method in the http.py file. The check to see if httprequest.session.db exists fails for reasons unknown.
Has anybody else had this happen or know what the cause would be?
Thank you.
Hi, Do you know where the session is stored? is there any physical file or anywhere in odoo, the login session is stored. Thanks,