Home > Contents > Index >
ics:getssvar
Returns a Content Sever session variable.
Syntax
<ics:getssvar name="session variable name"/>Parameters
name (required)
- Name of the session variable.
Description
The
ics:getssvar
tag returns the value of a session variable. If the variable does not exist,ics:getvar
returns an empty string.Error Numbers
There are no possible
errno
for this tag.Example
The following example retrieves a session variable called
color
:<ics:getssvar name="color"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.