Chapter 2: ColdFusion Functions
AuthenticatedContext
Returns the name of the security context.
See also
Syntax
AuthenticatedContext()
Examples
<!--- This snippet shows how to use AuthenticatedContext --->
<HTML>
<HEAD>
<TITLE>
AuthenticatedContext Example
</TITLE>
</HEAD>
<BODY BGCOLOR=silver>
<H3>AuthenticatedContext Example</H3>
<P>Secure context is: <CFOUTPUT>AuthenticatedContext()</CFOUTPUT></P>
.
.
.
<HTML>
<HEAD>
IsAuthenticated, AuthenticatedUser, IsAuthorized,
279
and CFAUTHENTICATE.
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?
Questions and answers