[web2py] Re: issues loading sessions

2015-09-27 Thread Wim Fournier
What seems to circumvent the issue, is using session from DB, instead of the file system. To do this, add session.connect(request, response, db) Right after the definition of db in the models/db.py. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com

[web2py] issues loading sessions

2015-05-27 Thread Wim Fournier
I'm having regular issues with the loading of sessions. Sometimes this happens after restarting the webserver, sometimes in the middle of a session. I would see errors like; Traceback (most recent call last): File "/var/web/xxx/web2py-2.10/gluon/main.py", line 484, in wsgibase session._tr