Cedric: Are both sites hosted on the same CF server? If that is the case, just append CFID and CFTOKEN to the linked URL and it will carry the session and client information over:
http://domain2.com/somepage.cfm?cfid=#cfid#&cftoken=#cftoken# -Matt -----Original Message----- From: Cedric Villat [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 10:24 AM To: CF-Talk Subject: Sessions across multiple domains? A client is asking for a password feature that stretches across multiple domains. So if a user logs in to domain1.com and then goes to the password section of domain2.com that he won't be asked for his password. I know cookies won't work here since cross-site cookies are illegal. I'm not sure that Session variables will work here either, as he has asked that once the user types the password in, he is NEVER asked for it again. Also, there is only 1 password for all users. So there is no database listing of users and whether they have logged in or not. Any ideas on how I can accomplish this? Cedric ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

