On Tuesday 08 April 2008, Karsten Strunk wrote: > 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.
All of those require the cookie to be properly sent back from the server. If the server isn't sending the cookie back, something isn't configured on the server part correctly. What app server/deployment environment are you using for that? -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
