CFID & CFTOKEN are application independent. If your apps are on the same server then they will use the same cfid & cftoken. Your session variable space is keyed against a composite of application name, cfid & cftoken.
So in response to your question, yes. teve > -----Original Message----- > From: Kola Oyedeji [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 17:30 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] cfid/cftoken riddle > > > Just wanted some clarification on something - I have 2 > application app1 > app2 > > App1 has an application.cfm app2 has an application.cfm both > applications have * different * names. App2 is in a sub > folder of app1. > > App1 seems to inherit the cfid and cftoken of app2. > > Now app1 has some code in the application.cfm which reads the > values of > cookie.cfid and cookie.cftoken and creates session cookies. > > The question is - if you're still with me - does app1 see app2's cfid > and cftoken cookies as a result of being under the same domain? > > > Thanks > > > Kola Oyedeji > Certified Advanced Coldfusion Developer, > ICLP London > DDI: +44 (0) 208 256 9034 > > www.iclployalty.com > > > -- > ** 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] > > -- ** 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]
