Coldfusion Authentication Fails
When I can't get my login page to open a restricted page, I first have to check to make sure all the application names are the same, then make sure to put this at the top of the login page:

<cfapplication NAME="whatever" SESSIONMANAGEMENT="yes" SESSIONTIMEOUT="20">

Archives