You can use these methods in HttpSession
java.lang.String[] getValueNames(): Returns an array containing the names of all the objects bound to this session.
java.lang.Object getValue(java.lang.String name): Returns the object bound with the specified name in this session or null if no object of that name exists.
Vikas
-----Original Message-----
From: Antony Stace [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 10:03 AM
To: [EMAIL PROTECTED]
Subject: How can I get a list of current attributes in a session
Hello
How can I get a list of all the current attributes in a session?
Cheers
Antony
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
