> on 3/18/03 1:13 PM, Raymond Camden at [EMAIL PROTECTED] wrote:
> > If and only if you are not logged in. If you are logged in, 
> we never 
> > go inside the <cflogin> tag.
> 
> Aha, so if we're not logged in, and we're on a page that's 
> using that application.cfm code (which in our case will 
> pretty much be all of them since it's in the root directory 
> of the site) we won't even step *INTO* the cflogin tag? So 

Incorrect. Again, the logic is this:

        If you are NOT logged in, code inside a cflogin block IS
executed.

As a simple test...

<cflogin>
        If I see this, I'm NOT logged in.
</cflogin>

> the check for FORM.loginusername is just really a nice 
> additional check we do inside the cflogin tag then...

Actually, it's a check to see if a logon attempt is going on.

-Ray
                                

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to