【发布时间】:2015-06-13 07:34:49
【问题描述】:
我阅读了 Jetty 页面上的文档: http://www.eclipse.org/jetty/documentation/9.2.6.v20141205/index.html
但我仍然不知道 Jetty 在哪里存储有关经过身份验证的用户的信息。尽管我需要知道谁登录了,但我目前正在编写状态较少的应用程序。
我是否需要通过数据库设置会话复制,或者可能有更智能的方法来执行此操作,例如存储在 cookie 中的会话: http://httpd.apache.org/docs/trunk/mod/mod_session_cookie.html
【问题讨论】:
标签: authentication jetty session-cookies load-balancing session-replication