SessionVar.Remove

SessionVar.Remove ( 

string VariableName )

Example 1

SessionVar.Remove("%UserSerialNumber%");

Undefines the session variable %UserSerialNumber%.

Example 2

sVariableName = "%Password%";
SessionVar.Remove(sVariableName);

Undefines the session variable %Password%, which is stored in the string "sVariableName."

See also:  Related Actions