Returns an Enumeration containing the names of the specified Session's attributes.
Syntax
getAttributeNames( session )
c session.getAttributeNames( )
Parameters
session
|
the Session object.
|
Returns
enumeration
|
an enumeration object containing the names of the specified Session's attributes.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
e = session.getAttributeNames( )
|