Hello,

I've upgraded today from alpha 2 to 1.0 and get error:

Traceback (most recent call last):

 File "/usr/lib64/python2.5/site-packages/django/core/handlers/
base.py", line 86, in get_response
   response = callback(request, *callback_args, **callback_kwargs)

 File "/home/www/django/mwg_pl/root/user.py", line 419, in logowanie
   auth.login(request, user)

 File "/usr/lib64/python2.5/site-packages/django/contrib/auth/
__init__.py", line 64, in login
   request.session.cycle_key()

 File "/usr/lib64/python2.5/site-packages/django/contrib/sessions/
backends/base.py", line 248, in cycle_key
   self.create()

 File "/usr/lib64/python2.5/site-packages/django/contrib/sessions/
backends/cache.py", line 33, in create
   raise RuntimeError("Unable to create a new session key.")

RuntimeError: Unable to create a new session key.

I've changed backend to database and everything works now, but I want
my cache session backend back! :-)

Greetings,
Szymon

P.S. Cache backend works (cache.get()/set())
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to