Joined: Jun 5th, '08, 17:49 Posts: 3
|
I have a number of membership sites under different domains but on the same server and using the same .htpassword file. Therefore, now that IE no longer allows the username and password to be included in the URL, each time a member moves from one site to another they must re-enter their login info.
I'm looking for a way to pass the user/pass info ( $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] ) to a script on another domain and have it authenticate so that once the user has logged into one site he can access the others via a form link.
I think part of the answer is here: elite-htpasswd-basic-authentication-logging-with-php-vt355.html
Thanks
|
|