> <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:5150 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
