I am quoting CF5 documentation "Managing client state in a clustered environment
To maintain your application's client state in a clustered server environment, you can store the server-side client identification variables in a common, back-end repository that all Web servers in a multiserver clustered environment can access. You enable use of a common repository by specifying the cfapplication setdomaincookies attribute in your Application.cfm page. This attribute specifies that the server-side copies of the CFID and CFToken variables used to identify the client to ColdFusion are stored at the domain level (for example, .macromedia.com). If CFID and CFToken combinations already exist on each host in the cluster, ColdFusion migrates the host-level variables on each cluster member to the single, common domain-level variable. Following the setting or migration of host-level cookie variables to domain-level variables, ColdFusion creates a new cookie variable (CFMagic) that tells ColdFusion that domain-level cookies have been set. " HTH On 8/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Mabye http://www.cfmagic.com/ ?? I had one set when I went there. Looks like > they have a few apps out there. > > Dave > > -----Original Message----- > From: Damien McKenna [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 09, 2005 3:55 PM > To: CF-Talk > Subject: "cfmagic" cookie? > > > Anyone know where a cookie named "cfmagic" might come from? I'm seeing > it on a site that uses CF5. > > -- > Damien McKenna - Web Developer - [EMAIL PROTECTED] > The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 > #include <stdjoke.h> > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214244 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

