Re: Servlet Session Handling

2017-05-18 Thread raja
Thank u bro, It works Fine. -- View this message in context: http://camel.465427.n5.nabble.com/Servlet-Session-Handling-tp5799692p5799765.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Servlet Session Handling

2017-05-18 Thread raja
)exchange.getIn().getHeader("CamelHttpServletRequest"); HttpSession session=req.getSession(); -- View this message in context: http://camel.465427.n5.nabble.com/Servlet-Session-Handling-tp5799692p5799770.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Servlet Session Handling

2017-05-17 Thread Claus Ibsen
ession 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

Servlet Session Handling

2017-05-17 Thread raja
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.