Hi,
HttpSession.getAttributeNames()
should do what you want!
>From the javadoc:

"getAttributeNames
public java.util.Enumeration getAttributeNames()
    Returns an Enumeration of String objects containing the names of all the
objects bound to this session."

Cheers

Bernhard

-----Ursprüngliche Nachricht-----
Von: Joseph Shraibman [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 23. Februar 2005 05:18
An: tomcat-user@jakarta.apache.org
Betreff: Getting other Sessions


I want to make an admin page in my application.  I needs to be able to 
get access to all the current Session objects to access their 
attributes.  Is this possible?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to