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