1

I have a web application with HTML5 UI and connected to the backend by REST(Jersey).

On login to the application, I need to create a session and link it to the current user and un-link it on logout and the same session should be associated with the user for all the other requests/ responses after login.

This should also allow multiple sessions for the same user.

Can you please give me some guidelines/ ideas to understand this better and as to how I can handle this from the backend.

Harish
  • 181
  • 1
  • 3
  • 11
  • Are you talking about hibernate session? or the http session? – Zeus Mar 26 '14 at 15:06
  • If you're talking about an HTTP session you can check out this related question: http://stackoverflow.com/a/922058/1154145 – nattyddubbs Mar 26 '14 at 15:29
  • Why do you create duplicates of your own questions? http://stackoverflow.com/questions/22377903/how-to-create-manage-associate-a-session-in-rest-jersey-web-application – Lukasz Wiktor Mar 27 '14 at 08:25

0 Answers0