|
|
Counting Active Users on your web site using JSP |
|
|
Counting Active Users on your web site using JSP |
|
|
Java / JSP and Servlets |
|
|
Click to Visit |
|
|
65 |
|
With this article you can have a detailed explanation about creating JSP pages and session listener class with which can count the active users of your website. The session as described in this article, is sort of temporary unique connection between the server and client, which enables the server to keep track of a specific user. The article also provides an online demo. The session can run of a servlet container or application server that supports Servlet 2.3 specification.
|