Hello, I have a question about integrating multiple django sites together, and I'm hoping to get some advice.
Right now I have several separate, django-based sites, each on separate servers. I'd like to combine the userbases for each of them, so I can implement a single sign-on and so when switching from site-to- site my users don't have to log in again at each site. I've been able to get the userbases combined by writing a custom authentication backend that all the sites use to authenticate against the same webservice, but there's still the issue of sessions. When switching between sites, you still need to log in at each site, even though you've already logged in with the same username and password at the last site you were on. I think I might just be trying to do too much within Django. After searching quite a while, I haven't heard of any similar installations, but I thought I'd ask if anyone's attempted this before, or if there's something I'm missing that might help make this possible. Thanks, - Jason --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

