User Guide

Tag changes since ColdFusion 5 43
cfldap (continued) referral attribute ColdFusion MX If the referral attribute is
selected,
cfldap returns the
name of the referred server
before the results.
For example, if the referred
server is
server1.rnd.anytown.anyc
orp.com:123
, the results
could look like the
following:
DN:ldap://
server1.rnd.anytown.anyc
orp.com:123/uid=bparker,
ou=People, dc=siroe,
dc=com, dc=siroe, dc=co,
CN:Barry Parker,
OU:Product Development,
People
cflocation
Change ColdFusion MX 7 The cflocation tag throws
an
InvalidCharInURLExceptio
n
if the CR/LF characters
are in the query string (in
ASCII or hexadecimal).
Changes ColdFusion MX The
cflocation tag now
appends
cfid and cftoken,
along with
JSessionId (if
enabled) to the URL when
sessionmanagement="yes"
and
clientmanagement="no". To
remove
cfid and cftoken
from the URL, set
addToken="no" in the
cflocation tag.
cflogin
All ColdFusion MX
cfloginuser
All ColdFusion MX
cflogout
All ColdFusion MX
cfloop
Change ColdFusion MX ColdFusion MX returns
struct keys in the order that
you create them.
ColdFusion 5 returns struct
keys in alphabetical order.
To sort struct values or
keys, use the
StructSort
and
StructKeySort
functions.
Tag Attribute or value Added in this
ColdFusion release
Comment