Whatever message this page gives is out now! Go check it out!

IsUserLoggedIn

Last update:
May 18, 2026

Description

Determines whether a user is logged in.

Returns

True, if the user, is logged in; False, otherwise.

Category

Function syntax

IsUserLoggedIn()

See also

cflogincfloginuserGetAuthUserGetUserRolesIsUserInAnyRoleIsUserInRoleSecuring Applications in the Developing ColdFusion Applications

History

ColdFusion 8: Added this function.

Example

<cfif IsUserLoggedIn() > 
<cfinclude template="welcome.cfm"> 
<cfelse> 
<cfinclude template="loginform.cfm"> 
<cfabort> 
</cfif>
Note:
From ColdFusion 11 onwards, this function is not applicable when a user is logged in using Admin API.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page