Hi, if one domain is a sub domain of the other... you can use domain cookies..
<cfapplication name="XXX" applicationtimeout="#CreateTimeSpan(0,2,0,0)#" setdomaincookies="Yes"> it sets a magic cookie... that lets you access vars across the main and sub domains... i have read about this but haven't had a chance to implement it..:) hth joel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ayudh Nagara Sent: Sunday, 23 February 2003 11:32 To: CFAussie Mailing List Subject: [cfaussie] Cross-domain sessions? Is it possible to share session variables across 2 different domains? The documentation I've seen says sessions are application-specific, client-specific and server-specific, but I've seen nothing that says it's domain-specific. Both domains are virtual servers on the same machine, and have the same CFAPPLICATION name and session parameters. Of course I will need to pass the CFID and CFTOKEN values in the URL, since cookies are domain-specific. Regards: Ayudh +--------------------------------------------------------------+ | Turn on your Revenue Stream... | | Bolt on a Virtual Cash Register to your e-commerce site now. | | VeriPay from Xilo Online: http://www.xilo.com | +--------------------------------------------------------------+ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
