Hi folks,
I'm new to Django and web development in general (though I'm
experienced with Python).  I'm developing two sites on my local
desktop machine.  Each site is a separate Django site with one app,
and each site has a separate sqlite3 database file.  I'm experiencing
the following odd behavior:

- User logs into site A (django.contrib.auth)
- User logs into site B in another Firefox tab
- User checks (refreshes) site A -- the user has been logged out
- User checks site B -- the user has been logged out

I've noticed that if I access site A and site B from different web
browsers, this issue doesn't occur (i.e. use Firefox for site A,
Safari for site B).  However, I'd still like to know what the problem
is and how to fix it so that the user can access both sites in the
same browser and get the expected behavior!

Thanks, your help is appreciated,
mmg (metametagirl)



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

Reply via email to