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