DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42513>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42513

           Summary: Add possibility to choose the session id / route
                    separator (for use with WebSphere)
           Product: Apache httpd-2
           Version: 2.2.4
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_proxy_balancer
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Hi,

I'm trying to use mod_proxy and mod_proxy_balancer to serve a cluster of IBM
WebSphere v6 Application Servers.
I set the "route" parameter of the BalancerMember directive to use Sticky 
Sessions.

In tomcat, the session cookie contains "sessionid.route" (dot as separator).
In WebSphere, the session cookie contains "sessionid:route" (colon as 
separator).

The dot is hardcoded in mod_proxy_balancer.c (line 254). I think this is a bad
idea, because it forces me to patch that module and use this special patched
version for my web server install.

Moreover, it seems that some other application servers use another separator,
the plus sign "+".

It would be great if I can have for example a <ProxySet routeseparator ":">
directive to configure my separator...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to