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 > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.