Session problems Django 1.0

2010-06-13 Thread Jan Murre
Hi, We are running a Django 1.0 site on PostgreSQL 8.1 (on a Debian server). We are using the 'db' backend for sessions. Trouble is that our users cannot log in to the site anymore, which is quite serious of course. Users with an existing session cookie can access the site without trouble, but log

Re: Session overload

2010-06-11 Thread Jan Murre
ckend.db.SessionStore and only create some >> kind of in-memory Pseudo Session. I am afraid that I have to override >> almost all methods of SessionStore for that. >> >> Does anyone know of an existing solution for this problem? If not, >> would my proposed solution be the w