Causes a session object to be discarded.
PSSessionClass object
psSession.Abandon( )
None
At runtime, Abandon has the following behavior:
Application server |
Runtime behavior |
---|---|
ASP |
Calls the Abandon method of the Session object |
JSP |
Destroys the current session object immediately |
The following example destroys the current session object:
psSession.Abandon();