Returns the value associated with the specified Session' attribute name.
Syntax
getAttribute( session , string )
session.getAttribute( string )
Parameters
session
|
the Session object.
|
string
|
the name of the attribute.
|
Returns
object
|
the value associated with the specified attribute name. null if none.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
object = session.getAttribute( name )
|