Home > Contents > 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.Error Numbers
There are no possible
errno
for this tag.Example
The following example removes the session variable
userpref
:<ics:removessvar name="userpref"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.