Hi, I've got 'django.contrib.sessions' and 'django.contrib.auth' in my INSTALLED_APPS, and 'django.contrib.sessions.middleware.SessionMiddleware' in MIDDLEWARE_CLASSES
I'm running from the svn version of django which is up to date. I'm using render_to_response from django.shortcuts for processing and returning the templates at the moment - I saw the detail about using the RequestContext but I don't think it works with render_to_response so I may have to look at using Contexts and Loaders for processing and returning the templates. Cheers Kevin -----Original Message----- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jay Parlar Sent: 23 June 2006 22:15 To: django-users@googlegroups.com Subject: Re: Anonymous Users/Session in Template 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 -~----------~----~----~----~------~----~------~--~---