abandon

The abandon method of the Session class destroys all objects that have been created with Session scope and releases their resources. If abandon is not called, these objects are destroyed when the session times out.

public void abandon();

© 1999 Microsoft Corporation. All rights reserved. Terms of use.