I tried to swich the seesions from file system store to database. I
have added session.connect(request, response,db) into my db.py and
could see new table created in database. But since that, I cannot
login into my application. Login dialog is displayed again and again
with no message via flash. In every request new line with session is
being created in database. When disabling the session in database,
login is working fine. I curently use latest stable web2py version
with Python 2.6.and PostgreSQL.

Any hint?
David

Reply via email to