Building a login page

Building a login page

Your web application can contain a page that lets registered users log in to the site.

For example, the following page asks registered users to log in:

This is a picture of the feature being described.

A login page is made up of the following building blocks:

  • A database table of registered users (see Creating a database table of registered users)
  • An HTML form to let users enter a user name and password (see Letting users log in)
  • A Log In User server behavior to make sure the entered user name and password are valid (see Checking the user name and password)

A session variable consisting of the user name is created for the user when the user logs in successfully.



Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Developing Applications Rapidly
Building ColdFusion Applications Rapidly
Reference
Building ASP.NET Applications Rapidly
Building ASP and JSP Applications Rapidly