Topic: 在线人数统计如何实现 |
Print this page |
1.在线人数统计如何实现 | Copy to clipboard |
Posted by: dongzg Posted on: 2003-08-20 09:11 servlet2.1之前使用HttpSessionContext可以获得多个sessionID,但是现在servlet2.1之后将这个接口抛弃了,怎么实现? |
2.Re:在线人数统计如何实现 [Re: dongzg] | Copy to clipboard |
Posted by: yimutian Posted on: 2003-08-23 19:37 通过session怎么统计都不可能很精确吧? 像tomcat每个app的sessions统计呢? |
3.Re:在线人数统计如何实现 [Re: dongzg] | Copy to clipboard |
Posted by: dongzg Posted on: 2003-08-24 19:00 我只想在一个app下统计。 |
4.Re:在线人数统计如何实现 [Re: dongzg] | Copy to clipboard |
Posted by: fredfred Posted on: 2003-08-25 03:31 you can use listener to track the sessions and put the counter into servletcontext.you can be informed by the listener whenever a session is created or killed. |
5.Re:在线人数统计如何实现 [Re: dongzg] | Copy to clipboard |
Posted by: dongzg Posted on: 2003-08-25 16:45 使用HttpSessionBindingListener可以实现需求,但是不精确(如果用户直接关闭浏览器,只能通过服务器的session超时释放),所以如果可以得到窗口关闭的动作,然后调用一个释放的程序就可以了,但是如何得到窗口关闭的动作? |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |