Bryan, I have done something similar with a few different sites. The easiest thing to do is to reverse engineer the login screen the remote site uses (take their source code and put it in your app), drop the user name and PW in the form, and automatically post it to their site from yours. This works as long as they don't check the referrer in their login validation.
This does not handle setting up new users. The best way to do new users is to have an XML conversations between the 2 servers to set up new users. This usually becomes more difficult than it should. Troy -----Original Message----- From: Bryan Hughes [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 7:36 AM To: [EMAIL PROTECTED] Subject: Witango-Talk: Integrated Login We have several re-branded sites made by other companies each with their own login system. In our main site we also have a login system. I want to be able to pass off my user to the other site and automatically log them in to the other sites. I'll have their login for the other sites saved in a table. I won't have access to the other sites database to log them in. Is there a way to use the @URL tag to post their login information to the other site and then trap any cookies that are passed back in the @URL response header and pass them through to my users browser. Anybody have any experience with this? Bryan Hughes TFG-PIU 954-493-6565 x122 ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
