Binds the given object and attribute name with the specified Session.
Syntax
setAttribute( session , string , object )
session.setAttribute( string , string )
Parameters
session
|
the Session object.
|
string
|
the name of the attribute to bind.
|
object
|
the object to bind.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
session.setAttribute( name , object )
|