I read the documentation on Jetty page: http://www.eclipse.org/jetty/documentation/9.2.6.v20141205/index.html
but I still do not know where does Jetty store information about authenticated user. I am currently writing application which is state less despite of the fact that I need to know who was logged in.
Do I need to set up session replication via database or maybe there is a smarter way to do this like session stored in cookie: http://httpd.apache.org/docs/trunk/mod/mod_session_cookie.html