Hi, I created a patch in the following issue:
http://issues.apache.org/jira/browse/CXF-653 This patch basicly handles the cookie management with the JSESSIONID for the HTTPConduit when the BindingProvider.SESSION_MAINTAIN_PROPERTY is set to true in the request context. Thanks, Jeff Jeff Genender wrote: > Hi, > > I noticed that CXF was not processing the > BindingProvider.SESSION_MAINTAIN_PROPERTY, so I thought I would > contribute some code to this. I wanted to get people's input so that I > am on the right track. > > I believe I need to pick off the JSESSIONID from the > HTTP_RESPONSE_HEADERS in the ContextPropertiesMapping.mapCxf2Jaxws() > BindingProvider.SESSION_MAINTAIN_PROPERTY and save it somewhere in the > context. Then I believe I need to have the HTTPConduit pick this up and > set the cookie on subsequent calls. Am I on the right track? Anyone > have any thoughts on this? > > Thanks, > > Jeff
