Re: Force Sticky session on HaProxy

2017-10-18 Thread Igor Cicimov
Nr.: DE-815299431 > > > On 18. Oct. 2017, at 11:58, Gibson, Brian (IMS) > wrote: > > I've used peers for this situation personally. > > Sent from Nine<http://www.9folders.com/> > ________ > From: Aaron West > Sent: Oct 18, 2017 5:

Re: Force Sticky session on HaProxy

2017-10-18 Thread Devendra Joshi
Brian (IMS) > wrote: > > I've used peers for this situation personally. > > Sent from Nine<http://www.9folders.com/> > ____________ > From: Aaron West > Sent: Oct 18, 2017 5:33 AM > To: Devendra Joshi > Cc: HAProxy > Subject: Re: Force Sticky session on HaProxy > &g

Re: Force Sticky session on HaProxy

2017-10-18 Thread Daniel Schneller
t; To: Devendra Joshi > Cc: HAProxy > Subject: Re: Force Sticky session on HaProxy > > I've used something like this before: > > stick store-response res.cook(JSESSIONID) > stick match req.cook(JSESSIONID) > > "stick on" does this I think: > > sti

Re: Force Sticky session on HaProxy

2017-10-18 Thread Gibson, Brian (IMS)
I've used peers for this situation personally. Sent from Nine<http://www.9folders.com/> From: Aaron West Sent: Oct 18, 2017 5:33 AM To: Devendra Joshi Cc: HAProxy Subject: Re: Force Sticky session on HaProxy I've used something like this befo

Re: Force Sticky session on HaProxy

2017-10-18 Thread Aaron West
I've used something like this before: stick store-response res.cook(JSESSIONID) stick match req.cook(JSESSIONID) "stick on" does this I think: stick match req.cook(JSESSIONID) stick store-request req.cook(JSESSIONID) As the client doesn't have the cookie at the beginning of the connection it ha

Force Sticky session on HaProxy

2017-10-17 Thread Devendra Joshi
Hi, Is anybody configured Force Sticky session in Haproxy (with JSESSIONID). I am using following things Centos 6.4 Apache 2.2 Jboss 4.0 ModJK and HaProxy 1.6.12 also check following setting in ModJK config but not succeed. cookie serverid insert indirect nocache stick-table type string len 36