Security Tags

namedescription
cfloginA container for user login and authentication code. ColdFusion runs the code in this tag if a user is not already logged in. You put code in the tag that authenticates the user and identifies the user with a set of roles. Used with cfloginuser tag.
cfloginuserIdentifies an authenticated user to ColdFusion. Specifies the user ID and roles. Used within a cflogin tag.
cflogoutLogs the current user out. Removes knowledge of the user ID, password, and roles from the server. If you do not use this tag, the user is automatically logged out when the session ends.
cfntauthenticateAuthenticates a user name and password against the Windows NT domain on which the ColdFusion server is running, and optionally retrieves the user’s groups.