You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/05/24 17:49:44 UTC

DO NOT REPLY [Bug 42513] New: - Add possibility to choose the session id / route separator (for use with WebSphere)

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: bugs@httpd.apache.org
        ReportedBy: nicolas.guillaumin@cite-sciences.fr


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org