On Monday 02 Jun 2003 16:20 pm, Python Python wrote: > 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. No > > So , the setDomainCookies parameter in cfapplication is NO by default. I > hardcoded the parameter in cfaaplication to test and i'm still loosing my > client variables.
In this case, I think the setting makes the client vars bind to *either* <anything>.domain.com or (just) domain.com. You will lose your cookies, therefore, if you go from a.b.com to b.host.com. -- Tom C "Land of the free, home of the brave... you have to be brave to live there and enjoy the freedoms" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

