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
Is there a guarantee of uniqueness for entity beans?
Are there books about seam?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
whats is mean by connectionpooling
Can you control when passivation occurs?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What are the oops concept?
what are the activation groupworks?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is the difference between the string and stringbuffer classes?
Is a class a subclass of itself?
How database connectivity in XML is achieved?
What do you mean by Socket Programming?
Explain about RMI Architecture?
Why do I get a duplicate name error when loading a jar file?