After some time of searching and reading docs I've decided to ask you guys.
So, scenario is "simple":
User goes to https://Domain1.com, enters his credentials, tries to login.
After successful login, based on user type and other info from DB, Domain1 server should redirect user to another CF server at https://Domain2.com.
So far, no problem, using HTTP 301 and cfheader/cflocation I'm redirecting user to second machine, BUT he has to repeatlogin procedure which is unacceptable by our management.
Is there any good and secure practice which is used to "transfer" client together with session data to another machine or at least automatically log him in with same credentials?
How you'd do it?