You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by fachhoch <fa...@gmail.com> on 2013/03/26 23:16:42 UTC

rest services and httpsession for user information

I am planning on using cxf rest services as backend and jquery at front end 
, I am wondering how can I use HttpSession to store some user information 
when using restful services ?




--
View this message in context: http://cxf.547215.n5.nabble.com/rest-services-and-httpsession-for-user-information-tp5725331.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: rest services and httpsession for user information

Posted by Sergey Beryozkin <sb...@gmail.com>.
On 27/03/13 01:16, fachhoch wrote:
> I am planning on using cxf rest services as backend and jquery at front end
> , I am wondering how can I use HttpSession to store some user information
> when using restful services ?
>
You can inject HttpServiceRequest as a JAX-RS context and access 
HttpSession from it

Cheers, Sergey
>
>
>
> --
> View this message in context: http://cxf.547215.n5.nabble.com/rest-services-and-httpsession-for-user-information-tp5725331.html
> Sent from the cxf-user mailing list archive at Nabble.com.