Method |
Description |
getAttribute( )
|
Returns the value associated with the specified Session' attribute name. |
getAttributeNames( )
|
Returns an Enumeration containing the names of the specified Session's attributes. |
getCreationTime( )
|
Returns the time when the specified Session was created. |
getId( )
|
Returns the unique identified associated with the specified Session. |
getLastAccessedTime( )
|
Returns the time when the specified Session was last accessed. |
getTimeout( )
|
Returns the number of seconds that the specified Session remains valid without being accessed. |
invalidate( )
|
Invalidates the specified session and unbinds any objects bound to it. |
isNew( )
|
Returns whether the specified Session is new. |
removeAttribute( )
|
Removes the named attribute and associated object from the specified Session. |
setAttribute( )
|
Binds the given object and attribute name with the specified Session. |
setTimeout( )
|
Sets the number of seconds that the specified Session remains valid without being accessed. |