Abandon

Description

Causes a session object to be discarded.

Applies to

PSSessionClass object

Syntax

psSession.Abandon( )

Returns

None

Usage

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

Examples

Example 1

The following example destroys the current session object:

psSession.Abandon();