I have 2 sites using 2 different hosts, I have a member's only area on "site2" that i want "site1" to be able to access. How would i send a request to "site2" that has the authentication data, without access to the servers config files.
Set a general cookie. Allow it across all domains. Then just look for that general cookie on the computer.