home *** CD-ROM | disk | FTP | other *** search
- <!--- This view-only example calls the AuthenticatedUser
- function. --->
-
- <HTML>
- <HEAD>
- <TITLE>AuthenticatedUser Function</TITLE>
- </HEAD>
-
- <BODY>
- <H3>AuthenticatedUser Function</H3>
- <P>The AuthenticatedUser function returns the name of the current authenticated user.
- <P>This is a view-only example. Refer to the commented
- source code for more information.
- <!--- Before executing this code, you should create a form to log
- in a user. Use the CFAUTHENTICATE tag to provide the user
- access to the secure area. --->
- <!---
-
- Current Authenticated User: <CFOUTPUT>#AuthenticatedUser()#</CFOUTPUT>
- --->
-
- </BODY>
- </HTML>
-