On Thu, Feb 5, 2015 at 5:24 PM, Alberto <[email protected]> wrote: > I have multiple back ends using different stacks. > > All I need is to ensure that every client gets a unique > cookie. They don't need to be used for sticky sessions. > > Pretty much all the examples I find are for hard coding, > prefixing and/or for sticky session purposes. > > Is there a way to get haproxy just set a simple uuid cookie if > one isn't there? > > Thanks, > > Alberto > >
Hi Alberto, You may be able to do something with the http-response set-header and the rand fetch. Baptiste

