I am tasked to create a web site using Django. It will be a ‘sister’ site to an existing Plone site. The same Apache instance will be the front end to the sites which allows me to use the same domain name.
However, the owners want the users to be able to log into one and still be logged into the other one.
How can this be accomplished?
Thanks! 🙂
Gut reaction is to use OAuth – see How to build a secure Django single signon between different sites?
Alternatively, have you tried this single sign-on app – http://code.google.com/p/django-sso/ ?