Removes the named attribute and associated object from the specified Session.
Syntax
removeAttribute( session , string )
session.removeAttribute( string )
Parameters
session
|
the Session object.
|
string
|
the name of the attribute to remove.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
session.removeAttribute( name )
|