On Tue, 18 Jan 2005 18:13:02 +0100, RADEMAKERS Tanguy <[EMAIL PROTECTED]> wrote: > what does though, is doing it by hand: > <cfheader name="Set-Cookie" > value="TEST_BYHAND=$$$$;path=/tanguyland/"> > yields > Set-Cookie: TEST_BYHAND=$$$$;path=/tanguyland/ >
Cool - that does the trick. Now the only problem is that when i make the first request from one site to the other there is no cookie, so CF/JRun won't send my request to the correct server if i have a cluster. I suppose i can take care of this using CFlocation once i've set the cookie. Alternatively, when i log-on to one site i can <cflocate> around the sites writing cookies then end up where i started. After that i shouldn't even need to bother with passing the jsession in any URLs. Just out of interest, does anyone else share jsessions over several domains in this (or any other) way? Cheers Bert ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:190953 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

