Question
cflogin question
When I run the code below, I am seeing the 'not defined' message. Why is that?
<cflogin>
<cfloginuser name="x" Password = "y" roles="z">
</cflogin>
<cfif NOT IsDefined("cflogin")>
not defined
</cfif>
When I run the code below, I am seeing the 'not defined' message. Why is that?
<cflogin>
<cfloginuser name="x" Password = "y" roles="z">
</cflogin>
<cfif NOT IsDefined("cflogin")>
not defined
</cfif>
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.