Just want to share with others that Axis2 works properly if I use these 4
lines on the client side:
Options options = new Options();
options.setProperty(HTTPConstants.REUSE_HTTP_CLIENT, true);
options.setCallTransportCleanup(true);
client.setOptions(options);
--
View this message in context:
http://www.nabble.com/JSESSIONID-cookie-not-sent-back-to-server-tp15514055p15517343.html
Sent from the cxf-user mailing list archive at Nabble.com.- JSESSIONID cookie not sent back to server Landslide
- Re: JSESSIONID cookie not sent back to server Landslide
- Re: JSESSIONID cookie not sent back to server Daniel Kulp
