I see Thomas. YES, they're beeing lost when i change from a.b.com to b.host.com or vice versa (both pings to the same server), EVEN when i pass cfid and cftoken via URL.
For instance, supose i have the CFID = 10 and CFTOKEN = 500 on domain a.b.com If i link from a.b.com to b.host.com, using a link like this: http://b.host.com/index.cfm?Cfid=10&cftoken=500, when i check the debug down below i can see that CFMX defines new values for client.CFID, client.CFTOKEN, cookie.CFID and cookit.CFTOKEN. Unfortunatly, i cant afford to loose client variables. I'm storing them in DB. Can you think any way i can keep my client variables? I guess if i could keep cfid and cftoken, it would automaticaly keep client variables too... Thanks. BP. >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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

