Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在线获取用户列表。在本教程中,我可以看到用于获取在线用户数量的代码。
我想我需要一个列表来获取和存储用户名sessionCreated(HttpSessionEvent event),然后显示这个列表。
sessionCreated(HttpSessionEvent event)
请建议这是否是正确的方法,或者是否有更好的方法来做到这一点。
这就是您必须跟踪用户会话的方式。要了解更多信息,请访问此链接--HttpSession
http://docs.oracle.com/javaee/6/api/