Re: Separate appsession tables per back-end? Or shared?

2010-01-11 Thread John Norman
Thanks! On Mon, Jan 11, 2010 at 3:11 PM, Willy Tarreau 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,

Re: Separate appsession tables per back-end? Or shared?

2010-01-11 Thread Willy Tarreau
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

Separate appsession tables per back-end? Or shared?

2010-01-11 Thread John Norman
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? Here's what the doc says: When an application cookie is defined in a backend, HAProxy will check when th