You could try writing the variables into a file in a central directory, then read them into your scripts via mapped includes. But you need to be able to use CFFILE to write them, and many times CFFILE is turned off on a shared server. Dave ----- Original Message ----- From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 2:30 PM Subject: RE: accessing Cf session variables on same server from another vi rtual domain > > Set your CFID/CFTOKEN to apply to the entire domain with the > > SETDOMAINCOOKIES="yes" attribute of CFAPPLICATION tag (like > > you would if you were using load-balancing). > > I don't think that's going to help the original poster, since > SETDOMAINCOOKIES simply allows CFID and CFTOKEN cookies to be shared among > multiple hosts within a single domain, not across hosts in separate domains. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > phone: (202) 797-5496 > fax: (202) 797-5444 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

