Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:setssvar
Sets the value of a session variable.
Syntax
<ics: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
ics:setssvartag 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 usingics:removessvar.errno
The value of
errnois unchanged.Example
<ics:setssvar name="color"value="red"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.