Description of problem: balancermember stickiness does not apear to work in httpd Version-Release number of selected component (if applicable): current 2.2.3-11 How reproducible: ProxyPass /stickiness-test balancer://stickiness-test stickysession=JSESSIONID|jsessionid nofailover=On lbmethod=bytraffic ProxyPassReverse /stickiness-test balancer://stickiness-test <Proxy balancer://stickiness-test> BalancerMember ajp://games-dev15.ra.prognet.com:8009/stickiness-test route=route15 smax=5 max=10 timeout=60 BalancerMember ajp://games-dev16.ra.prognet.com:8009/stickiness-test route=route16 smax=5 max=10 timeout=60 </Proxy> Steps to Reproduce: 1. use config from above. Actual results: None sticky sessions Expected results: sticky sessions Additional info: Upon request...
Thanks for the report. The "stickysession=FOO|foo" feature isn't present in 2.2.3 though this is proposed for inclusion in future RHEL 5 updates of httpd (see bug 439218). If your backend allows it, stickysession=FOO should work.
*** This bug has been marked as a duplicate of bug 439218 ***