Kelly Tetterton [mailto:[EMAIL PROTECTED] wrote:
> So far I've been told by the support person that she doesn't think that 
> the cfmagic cookie actually exists anymore in 6.1 -- can anyone confirm?
> are we just chasing a ghost?

They are 100% correct; there is no CFMAGIC cookie in ColdFusion MX 6/6.1/7.

This was something created to migrate the CFID/CFTOKEN cookies up to the
domain level back in CF 4.0 (I think, it was a long time ago) because we
were including BrightTiger load balancing and we wanted client variables to
work on the domain level (i.e. SetDomainCookies).

Here are the comments from the old CF 5.0 code:

/* We have a migration issue with Domain cookies.
   Here is how it works:
   If new user (no id/token), just set the domain cookies,
   including a "magic" cookie.

   If we found id/token on URL, use those.

   If we have id/token, check for a "magic" domain cookie which
   indicates that the id/token comes from the domain and is good.

   If we don't have the magic domain cookie, we need to delete the
   host cookies and set the domain cookies along with the magic one.

   If the magic cookie does not match the id/token we have on hand,
   delete the host cookies (which is probably where we got the values)
   and set the domain cookies to the right values.
 */

This logic does NOT exist in ColdFusion MX.  The reason this was added was
to facilitate existing applications wanting to add load balancing to
existing applications.  It did not get implemented in the Java MX rewrite.
You will not be able to get a CFMX server to set it.

Tom Jordahl
Macromedia Server Development 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:198513
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to