Summary


ColdFusion provides a framework for implementing security-based access control using <cflogin> and related tags. The security framework relies on external authentication and can interact with databases, LDAP servers, NT domains and Active Directory, and more. Security is role based, and access is granted to roles. Roles may be used for controlling access to specific code as well as to component methods.

Sample Questions

1:

Where should <cflogin> be used?

  1. In a <cfapplication> tag

  2. In Application.cfm

  3. In index.cfm

  4. In OnRequestEnd.cfm

  5. In Application.cfc

2:

When is a user logged out of an application? (select two)

  1. When the time-out is reached

  2. When the next user logs in

  3. When the browser is closed

  4. When her password changes

3:

Which HTTP status code should be used to force a browser login form to be displayed?

  1. 200

  2. 401

  3. 404

  4. 500



Macromedia ColdFusion MX 7 Certified Developer Study Guide
Macromedia ColdFusion MX 7 Certified Developer Study Guide
ISBN: 0321330110
EAN: 2147483647
Year: 2004
Pages: 389
Authors: Ben Forta

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net