Put the authentication in your application.cfc file and setup rules on guests versus logged in users where every visitor is a guest to start out with.
Can always do apache or iis password with for folders. Sent from my HTC on the Now Network from Sprint! ----- Reply message ----- From: "Justin Scott" <[email protected]> Date: Sat, Nov 20, 2010 12:51 pm Subject: Creating a Simple Authenitication Login Page To: "cf-newbie" <[email protected]> > <cfif isdefined('url.login_status') and trim(url.login_status) > eq "Successful"> Keep in mind, however, that this will allow anyone to bypass your authentication method and may not be ideal depending on what it is you're trying to put behind that authentication. If it's trivial content then this will work ok, but if it's anything that you need to be sure the user put in proper credentials, I'd highly recommend against it. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5151 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
