On Monday 02 Jun 2003 16:32 pm, Python Python wrote: > 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.
Hmm... I'd expect that to work. You may have to maual overwrite client.cftoken with url.token (and cfid) when they hit that first page... -- 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 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

