Thanks!
On Mon, Jan 11, 2010 at 3:11 PM, Willy Tarreau <[email protected]> wrote: > Hi John, > > On Mon, Jan 11, 2010 at 02:50:24PM -0500, John Norman wrote: >> Hi. >> >> What happens if the same cookie is named in two (or more) backends? Is >> the "table" in which the cookie value is placed shared among backends, >> or is there a separate table per backend? > > There's a separate table per backend. You were right to ask because that > was not clear in the doc. This would need some lifting in my opinion. > Think of it the same way as you do for servers, LB algos or cookies. > > Regards, > Willy > >

