This content has been marked as final.
Show 1 reply
-
1. Re: Authenticating users
CF-AXL Jul 20, 2012 11:59 PM (in response to Community Help)Under Web server authentication, there is no such a directory(main) or file(ide.cfm) under cf_root/CFIDE/.
Under Using the Session scope,
it stores the authentication details in a session.cfauthorization variable
should be
it stores the authentication details in a session.cfauthorization_applicationName variable, where
applicationName is the application name defined in Application.cfc, and if the application name is
not defined, the variable name would be session.cfauthorization_ without applicationName.
Just be aware that because the application name becomes a part of the session variable name
(session.cfauthorization_applicationName), its naming needs to follow the rules described under Variable naming rules at
