I wantr to know, How many number of users logged in to
website? can any one answer
Answer Posted / anket dhulekar
Use listeners. Since you want to to know how many users have
logged in, so the login info would be stored in a session.
You can create a filter by extending HttpSessionListener,
and update a static variable when the session is created.
The value of this variable will store the number of users
currently logged on.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Brief description about local interfaces?
Write a program to show synchronization?
How can I scroll through list of pages like the search results in google?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is aop(assepct oriented programing)?
What is difference between object state and behavior?
How messaging services are done, before release of JMS?
What is a class loader?
What is the difference between RMI registry and OS Agent?
What class is the top of the awt event hierarchy?
What do you know about seam?
What is in-memory replication?
how i secure my site with the https protocol.what are the steps?
How to implement RMI in Java?
what are getters and setters in Java with examples?