#5667: Session backend does not work for db backend ---------------------------+------------------------------------------------ Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Component: Uncategorized Version: SVN | Keywords: session cache backend Stage: Unreviewed | Has_patch: 0 ---------------------------+------------------------------------------------ Using the default database backend for the session, the session values are not stored, so it can't not be retrieved when requested. If you configure the session engine to be caché based and you configure the cache_backend as memcached or locmem for example. it works properly.
I have tried to drop and syncdb the session table without succes. I you configure the cache backend as file you'll get an error trying to store the session. The django.contrib.sessions.backends.file does not work either. I'm on the 0.97-pre-SVN-6443 branch and using sqlite as the development database. -- Ticket URL: <http://code.djangoproject.com/ticket/5667> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
