Home > Contents > Index > 
IsSessionVariable
Tests for the existence of a session variable.
Syntax
IsSessionVariable.varNameReturns
Returns
trueif the session variable exists; returnsfalseif 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.