Removes a variable from the session
Source position: httpdefs.pp line 673
public procedure TCustomSession.RemoveVariable( |
const VariableName: string |
); virtual; abstract; |
VariableName |
|
Name of the variable to remove |
RemoveVariable removes the specified variable from the session storage. The variable name is case-insensitive for removal operations.