cryan.com blog | |
|
Categories
|
March 15, 2007
ColdFusion Function If you are looking for a function like ifDefined for ColdFusion, you won't find it! Its not called IfDefined, its called isDefined. Here's an example code:
<cfif isDefined("Session.login") and EmptySession eq 0 >
|