need help figuring out a sticking method

From: Hank A. Paulson <hap#spamproof.nospammail.net>
Date: Wed, 13 Oct 2010 16:01:51 -0700


I have a site that is using a url based stickiness:

example.com/something/:delim:K:delim:unique_session_info_here:delim::delim:/more_path_stuff...

right now the delim is ( and as far as I know that doesn't need to be encoded. The problem is haproxy 1.4 can't seem to see that in the URL for appsession use.

I am wonder how/if I can use the new "stick" stuff - it seems perfect for this and the table type of "string" is there, but there is no way I can see to put a string extracted from the url into such a table. Or if there is any other way... since some of the important client users can't use cookies, I am stuck :(

Thanks for any ideas.

BTW, it looks like this error msg is wrong in 1.4.8:

[ALERT] 286/044915 (5233) : parsing [/etc/haproxy/haproxy.cfg:57]: 'observe' expects one of 'none', 'l4events', 'http-responses' but get 'layer'

It gets cut off there, but the correct string seems to "layer7" not "http-responses" Received on 2010/10/14 01:01

This archive was generated by hypermail 2.2.0 : 2010/10/14 01:15 CEST