Hello!
I want to implement a simple webapp (it is a maven project that can be run
via "mvn tomcat:run") where users can register and login (there is a db
running and accessible with jdbc). After the user logged in, a cookie is
set.
The application also provides some rest resources which are only accessible,
if the request contains this cookie.
Can anyone give me some hints how to realize that? I could not find a good
tutorial for that.
Thanks in advance!
--
View this message in context: http://jersey.576304.n2.nabble.com/How-to-realize-a-simple-user-management-tp5775069p5775069.html
Sent from the Jersey mailing list archive at Nabble.com.