I have two instances of django running under apache. One in /portal and one in /beta/portal. They use two different code bases and two different databases, although some of the data is replicated between the two. If I am logged in to one Django instance it interferes with the other. Presumably this is due to some setting (maybe a cookie setting?) that is the same for both instances. I can't figure out how to avoid this situation, and a brief survey of the documentation hasn't helped. Can someone suggest a solution?
Thanks in advance. Caitlin --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---