Operation Manual

Table Of Contents
689
Building applications visually
Last updated 11/30/2015
You can invoke the Log Out User server behavior when the user clicks a link or when a specific page loads.
Add a link to let users log out
1 Select text or an image on a page to serve as the link.
2 In the Server Behaviors panel (Window > Behaviors), click the Plus (+) button and select User Authentication > Log
Out User.
3 Specify a page to open when the user clicks the link, and click OK.
The page is usually a goodbye or thank you page.
Log out users when a specific page loads
1 Open the page that will load in Dreamweaver.
The page is usually a goodbye or thank you page.
2 In the Server Behaviors panel, click the Plus (+) button and select User Authentication > Log Out User.
3 Select the Log Out When Page Loads option, and click OK.
More Help topics
Securing a folder in your application (ColdFusion)
Securing a folder in your application (ColdFusion)
Note: Support for ColdFusion is removed in Dreamweaver CC and later.
Secure a folder or site on the server (ColdFusion)
You can use Dreamweaver to password-protect a specific folder in your ColdFusion application, including the
applications root folder. When a visitor to your site requests any page in the specified folder, ColdFusion prompts the
visitor for a user name and password. ColdFusion stores the user name and password in session variables so the visitor
doesnt need to enter them again during the session.
Note: This feature is available only if you have access to a computer running ColdFusion MX 7 or later.
1 With a ColdFusion document open in Dreamweaver, select Commands > ColdFusion Login Wizard.
2 Complete the ColdFusion Login Wizard.
a.Specify the full path to the folder you want to secure and click Next.
b.In the next screen, select one of the following authentication types:
Simple Authentication Secures your application with a single user name and password for all users.
Windows NT Authentication Secures your application using NT user names and passwords.
LDAP Authentication Secures your application with user names and passwords stored on an LDAP server.
c.Specify whether you want users to log in using a ColdFusion login page or a pop-up menu.