Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:removessvar
Deletes a session variable.
Syntax
<ics:removessvar name="ssvar name"/>Parameters
name (required)
- Name of the session variable to remove.
Description
The
ics: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
The following example removes the session variable
userpref
:<ics:removessvar name="userpref"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.