ooooooops, ignore that - didn't see the "over several domains" - thought it was a straight up clustering question.
my bad. >-----Original Message----- >From: RADEMAKERS Tanguy >Sent: Tuesday, January 18, 2005 7:46 PM >To: '[email protected]' >Subject: RE: two websites, one Cfusion, sharing sessions > >>Just out of interest, does anyone else share jsessions over several >>domains in this (or any other) way? > >we share jsessions across a cluster (we run CFMX in weblogic) >but the sessions are replicated by weblogic - as i understand >it, that's the basic benefit behind nesting cf sessions inside >j2ee sessions. If your cluster doesn't support that (or you >don't want to set it up) another possibility is to store >session info in a shared database iso in memory - a little >less performant, but much more scalable. At that point, you >might be able to get away with "pure" cf sessions. > >/t > > >>-----Original Message----- >>From: Bert Dawson [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, January 18, 2005 7:09 PM >>To: CF-Talk >>Subject: Re: two websites, one Cfusion, sharing sessions >> >>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:190964 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

