Do you have 'django.contrib.sessions' and 'django.contrib.auth' in
your INSTALLED_APPS, and do you have
'django.contrib.sessions.middleware.SessionMiddleware' in  your
MIDDLEWARE_CLASSES?

Are you using RequestContext instead of Context in your views?

The docs all say that you need 'django.core.context_processors.auth'
in your TEMPLATE_CONTEXT_PROCESSORS, but I don't have that, and it
seems to work fine for me. Maybe enabling the auth or sessions apps
does that automatically.

Jay P.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to