Any thought on this? Thanks,
Etienne ---------- Forwarded message ---------- From: Etienne Giraudy <[EMAIL PROTECTED]> Date: Wed, Nov 12, 2008 at 06:09 Subject: [axis2 client] How to maintain a non session related cookie? To: [email protected] Hi, I have a web service client built with Axis2 1.3 It points to a non-axis web service server. The server architecture has been reviewed to support load-balancing. The load-balancer uses a specific cookie for maintaining session stickiness, needed by the application (including the web services). I have not been able to configure my client to maintain that "extra" cookie. When reading HTTP headers in my client, that cookie do not appear. I quickly scanned the source code and from AbstractHTTPSender.java, it seems to all cookies except JSESSIONID (or a custom one configured with the property Constants.CUSTOM_COOKIE_ID) are dropped. Is the above statement correct? Or is there a way to configure my client to maintain several cookies in addition to the session cookie? Thanks Etienne
