Hi, I have multiple domain like www.a.com,www.b.com etc.I need to have universal login.Like if I ligin to www.a.com and then open www.b.com it should be show me as "logged in".Please let me know what can be done for this problem.I don't know if cookies would work as the number of domains are more than 50. Thanking in advance, hexguy
I would have thought sessions would do the trick. Some classes require you to pass a session id but the standard implementation of sessions doesn't require that.
This assumes that the same server manages all the domains.
Do some reading here: http://www.phpbuilder.com/columns/index.php3?cat=6&subcat=36
cookies should work if you use the same script to check for the same cookie
<hr>
maybe make one script and have each server or server script run the login script to check for the cookie.