Hi Ted,

Try:

message.getExchange() from an interceptor

or

PhaseInterceptorChain.getCurrentMessage().getExchange() for a more generic approach.

If you really need access to the session, afaik, the Exchange object has a getter for the session.

Not sure if this answers your question.

Gabo



Ted Roeloffzen wrote:
Hi all,
I'm just starting with CXF and i have a question.
I have to store a variable in the session, but i can' t seem to find how i
can do that.
Can anyone help me with that?
thanks a bunch
Ted

Reply via email to