Home > Contents > Index >
SETSSVAR
Sets the value of a session variable.
Syntax
<SETSSVAR NAME="SSVAR_NAME" VALUE="SSVAR_VALUE"/>Parameters
NAME (required)
- Name of the session variable to set.
VALUE (required)
- Value of the session variable.
Description
The
SETSSVAR
tag sets the value of a session variable.The value of the session variable exists for the duration of the session unless it is explicitly deleted usingREMOVESSVAR
.errno
The value of
errno
is unchanged.Example
<SETSSVAR NAME="color"
VALUE="red"/>
See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.