Hi everybody!

I'm quite new to CXF, so my question might be a little bit stupid:

I want to store some data on the server side over serveral webservice calls. So I thougt a HTTP session would be ok for that, but unfortunately my server doesn't return a cookie or any kind of session id back to my client application. So my question is: How can CXF be configured to support HTTP sessions? I know it's possible, because I found keys like Message.MAINTAIN_SESSION or BindingProvider.SESSION_MAINTAIN_PROPERTY for that, but I don't know how to use them correctly. Maybe someone knows a way to configure CXF properly.

Best regards,
Karsten

Reply via email to