> Dave i checked the documentation about cfapplication and i > found that cookies set by CFMX are not domain specific. > > Here's a snipped from cfapplication documentation: > > setDomainCookies Optional No Yes: Sets CFID and CFTOKEN > cookies for a domain (not a host). Required, for applications > running on clusters.
That simply makes the cookies available to an entire domain, rather than an individual host. Cookies do not cross domains, so any cookies set by a server within cidadeinternet.com.br will not be available to a server within animaisonline.com. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

