3

A user logins in through mydomain.com. How can I make it so that when they visit their own server at subdomain.mydomain.com, that they won't have to relogin? Alternatively, if a user logs in through subdomain.mydomain.com, they should find themselves logged in at mydomain.com

subdomain.mydomain.com points to another server with a different ip.

KJW
  • 15,035
  • 47
  • 137
  • 243
  • Do the two systems support the same cookies? – dirn May 15 '14 at 02:49
  • I used flask-login once in a site that I made. I think it has a feature to remember cookies in subdomain. Refer Here : https://flask-login.readthedocs.org/en/latest/ – user2707389 May 15 '14 at 11:15

0 Answers0