You need to set it as a session variable, that way it will automatically carry from page to page as the user navigates through the site.
In your application.cfm set
<cfapplication sessionmanagement="yes">
For you login page, have it collect a username and password and send it off to your...