> > 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]
