Hi, i read the manual on <CFAUTHENTICATE>..<br>but i still do not know how to implement it!<br><br><!--- This example shows the use of CFAUTHENTICATE<br>in an Application.cfm file ---><br><CFIF NOT IsAuthenticated("Allaire"
><br> <CFTRY><br> <CFAUTHENTICATE c="Allaire" USERNAME=#user#<br> PASSWORD=#pwd#><br> <CFCATCH TYPE="Security"><br> <!--- the message to display ---><br> <H3>Authentication error</H3><br> <CFOUTPUT><br> <!--- Display the message. Alternatively, you might place<br> code here to define the user to the security domain. ---><br> <P>#CFCATCH.message#<br> </CFOUTPUT><br> </CFCATCH><br> </CFTRY><br></CFIF><br><CFAPPLICATION NAME="Personnel"><br><br>What does 'SECURITYCONTEXT' mean?<br>Thanx