home *** CD-ROM | disk | FTP | other *** search
- <!--- This view-only example calls the AuthenticatedContext
- function. --->
-
- <HTML>
- <HEAD>
- <TITLE>AuthenticatedContext Function</TITLE>
- </HEAD>
-
- <BODY>
- <H3>AuthenticatedContext Function</H3>
- <P>The AuthenticatedContext function returns the name of the secure context.
- <P>This is a view-only example. Refer to the commented
- source code for more information.
- <!--- Before executing this code, use the CFAUTHENTICATE tag to
- specify the secure context. --->
-
- <---
- Authenticated Context: <CFOUTPUT>#AuthenticatedContext()#</CFOUTPUT>
- --->
-
- </BODY>
- </HTML>
-