SessionVar.Remove

SessionVar.Remove ( 

string VariableName )

Description

Removes the given session variable from the session variable manager at runtime.  This essentially "undefines" the session variable.

Parameters

VariableName

(string) The name of the session variable you want to remove (undefine).

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions