Authenticatedcontext - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

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.

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Coldfusion 4.5

Table of Contents