Thanks, Michele!

The combination of these 2 lines works for multiple requests/responses:
        options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, true);
        options.setCallTransportCleanup(true);

This line only tracks the cookie "JSESSIONID" but nothing else:
        options.setManageSession(true);
-- 
View this message in context: 
http://www.nabble.com/Axis2-client-hangs-with-multiple-requests-in-one-session-tp15514156p15517229.html
Sent from the Axis - User mailing list archive at Nabble.com.


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

Reply via email to