Home > Contents > Index >
REMOVESSVAR
Deletes a session variable.
Syntax
<REMOVESSVAR NAME="SSVAR_NAME"/>Parameters
NAME (required)
- Name of the session variable to remove.
Description
The
REMOVESSVAR
tag deletes a session variable. After a session variable is removed, it is no longer defined for the session and its value cannot be referenced.errno
The value of
errno
is unchanged.Example
This example removes the session variable
userpref
:
<REMOVESSVAR NAME="userpref"/>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.