Got it. How about this:
- every login form sets a session ID - immediately after logging in the user is directed to a page showing that successful login has occurred. The result screen could could have some images (or whatever) such as this:
<img src="http://www.otherdomain.com/img/auth.gif?session=2345r8hrfd">
- above example of gif would actually be a script that returns a tiny (invisible) gif which verifies that the session is valid and sends a cookie for the new domain if it is. There would be one such embedded image for each extra domain.
I've been out of web development for a while so it took me a bit to get my head around this requirement. Does my explanation make sense and seem feasible?
Thanks
This would not work for me because I set up my browser to not accept images from other domains (mostly ad banners). You can use it but you should still pass the session id in links that point to the other domains.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php