Invalidates the specified session and unbinds any objects bound to it.
Syntax
invalidate( session )
session.invalidate( )
Parameters
session
|
the Session object.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
session.invalidate( )
|