DeleteAttributes
Delete the specified session attributes.
$webinfo("SESSIONCOMMANDS"), "DeleteAttributes",
AttributeList
Parameters
AttributeList—string (or variable or parameter evaluating to a string) containing one or more session attribute names, separated by semicolons. The attribute names are user-defined and case-sensitive. If omitted, no attributes are deleted.
Description
DeleteAttributes is executed on the current session. If the previous
ChangeSession command was a CLOSE
action, the
DeleteAttributes command is ignored.
Deleting Session Attributes
putitem /id $webinfo ( "SESSIONCOMMANDS" ), "DeleteAttributes", "DATA1;Data2"