After some time searching and reading documents, I decided to ask you guys.
So the script is "simple":
The user goes to https://Domain1.com , enters his credentials, tries to log in.
After a successful login, depending on the type of user and other information from the database, Domain1 Server should redirect the user to another CF server at https://Domain2.com .
There are no problems using HTTP 301 and cfheader / cflocation so far. I am redirecting the user to a second computer, but he must repeat the procedure, which is unacceptable to our guide.
Is there a good and safe practice that is used to โtransferโ the client along with the session data to another machine, or at least automatically log it with the same credentials?
How do you do this?
source share