Tags and Functions Provided by the <cflogin> Framework

The <cflogin> framework currently includes eight CFML tags and functions, as shown in Table 23.2. You will see how these tags work together in a moment. For now, all you need is a quick sense of the tags and functions involved.

Table 23.2. <cflogin> and Related Tags and Functions
Tag or FunctionPurpose
<cflogin>This tag is always used in a pair. Between the opening and closing tags, you place whatever code is needed to determine whether the user should be able to proceed. In most situations, this means checking the validity of the user name and password being presented. You will often place this tag in Application.cfc. Code between the opening and closing tags won’t be run if the user is logged ...

Get Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.