ColdFusion 9.0 Resources
Configuring and Administering Adobe ColdFusion 9
Adobe ColdFusion 9 CFML Reference
Developing Adobe ColdFusion 9 Applications
Installing Adobe ColdFusion 9
Determines whether a user is logged in.
True, if the user, is logged in; False, otherwise.
Security functions, Decision functions
IsUserLoggedIn()
cflogin, cfloginuser, GetAuthUser, GetUserRoles, IsUserInAnyRole, IsUserInRole, Securing Applications in the Developing ColdFusion Applications
ColdFusion 8: Added this function.
<cfif IsUserLoggedIn() > <cfinclude template="welcome.cfm"> <cfelse> <cfinclude template="loginform.cfm"> <cfabort> </cfif>