How to redirect to another domain in Django from login view with auto login in the new domain at the same time ?
I have tried to set cookie with current sessionid
in HttpResponseRedirect
to the new domain.
Any another ways, please ?
how to login to domain1.com, then redirect to domain2.com (domain points to the same ip) and be logged ?