Hi

Yeah you can get that via HttpMessage which is the message
implementation when using camel-servlet.

HttpMessage hm = exchange.getIn(HttpMessage.class);
HttpSession = hm.getRequest().getSession();



On Wed, May 17, 2017 at 11:55 AM, raja <r...@meru.co.in> wrote:
> hi all,
> Is there any way to get/set session attribute(Session Handling) in camel
> Servlet?
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Servlet-Session-Handling-tp5799692.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to