I am using Jersey Spring servlet for my application and I want to use session to capture my login credentials. HttpSession can be one option but I dont want to use javax.servlet.http as I am already using jersey servlet. Also I dont want to code it in the client side using Javascript.
Is there any way to acheive this???