Need one login for two different sites
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-05-12T19:24:02Z
Indexed on
2010/05/12
22:04 UTC
Read the original article
Hit count: 173
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! :)
© Stack Overflow or respective owner