Find number of active sessions created from a given client IP

前端 未结 3 1280
星月不相逢
星月不相逢 2020-12-03 00:29

Is there a way to determine the number of active sessions created from a given client IP address?

3条回答
  •  天命终不由人
    2020-12-03 00:49

    Very nice example Balus C. We solved this problem by using an Observer Listener. Here is nice example/tutorial for the same.

    http://www.big-oh.net/BigOhSoftwareWeb/content/tutorials/requestObserverListener.jsp

    Just thought it will be helpful to other visitors. :)

    Edit : *** April 2017 **

    Looks like the http://www.big-oh.net/ site that contains the source above is dead. Here is the source from web.archive.org. Also the added the file referred webpage in github gist. Gist source and its html preview

提交回复
热议问题