Hi, 

I have a question.
Can Apache Proxy Balancer use other parameter except JSESSIONID for 
stickysession ?

For example, like following httpd.conf.

-----------
ProxyPass / balancer://mycluster/ lbmethod=byrequests timeout=5 
stickysession=TESTID nofailover=On
ProxyPassReverse / balancer://mycluster/

<Proxy balancer://mycluster/>
BalancerMemeber host1 route=123
BalancerMemeber host1 route=456
</Proxy>
------------
I tried this, and at backend, 
AP1 set TESTID=xxx.123 into cookie,
AP2 set TESTID=xxx.456 .

this cannot make stickysession.

However, I changed it from TESTID to JSESSIONID,
it succeeded stickysession.

So I think Apache Proxy Balancer use only JSESSIONID, is it true ?

Thanks and regards,
Kenji

--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to