Home > Contents > Index >
IsSessionVariable
Tests for the existence of a session variable.
Syntax
IsSessionVariable.varName
Returns
Returns
true
if the session variable exists; returnsfalse
if the session variable does not exist.Example
<SETSSVAR NAME="profile" VALUE="whatever"/> <IF COND="IsSessionVariable.profile=true"> <THEN> Profile exists.<br/> </THEN> <ELSE> Profile does not exist.<br/> </ELSE> </IF>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.