I assume the subdomains exsit on the same box/server .. If not .. :) oops :)
------------------------------------------------------------------- -----Original Message----- From: Paul Johnston [mailto:[EMAIL PROTECTED] Sent: 03 June 2003 16:38 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Cookies > > Will the CF client variables then be accessible to all subdomains? I > think > > they should be, but currently this is only theoretical. > > The domain doesn't matter, but if you have two domains, two > web sites and two Application.cfm files, they need to share > the same cfapplication name. Seriously, I was being stupid (not the first time today!) If you use <cfapplication setdomaincookies="yes"> It sets the cookies to the domain instead of the subdomain. Of course, if the cfapplication names are different, you have no access to the details. However, figured it out! Paul -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 19/05/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 19/05/2003 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
