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
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
2 matches
Mail list logo