Cfloginuser - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfloginuser

Description
Identifies an authenticated user to ColdFusion. Specifies the user ID and roles. Used within a
tag.
cflogin
Category
Extensibility tags
Syntax
<cfloginuser
name = "name"
password = "password-string"
roles = "roles">
See also
cflogin, cflogout, GetAuthUser, IsUserInRole, cfapplication,
"Securing Applications,"
History
ColdFusion MX 6.1: Changed behavior: if the Session scope is enabled, and the
tag
loginStorage
or the user is logged out by the
ColdFusion MX: Added this tag.
Attributes
Attribute
Req/Opt Default
name
Required
password
Required
roles
Required
Usage
Used inside the
cflogin
function, the
GetAuthUser
Note: By default, the user information is stored as memory-only cookies. The
can specify that login information be stored in the Session scope.
Example
See
on page
cflogin
230
Chapter 2: ColdFusion Tags
in Developing ColdFusion MX Applications
attribute is set to Session, the login remains in effect until the session expires
tag.
cflogin
Description
A username.
A user password.
A comma-delimited list of role identifiers.
ColdFusion processes spaces in a list element as part of the
element.
tag to identify the authenticated user to ColdFusion. After you call this
and
IsUserInRoles
228.
return the user name and role information.
Chapter 16,
cfapplication
cfapplication
tag

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents