Maybe the problem is because of <cfinclude>:

<CFIF isDefined("Session.uid") is NOT TRUE>
    <!--- If we're logging in, call the action page --->
   <CFIF IsDefined("form.action") AND (form.action IS "login")>
        <CFINCLUDE TEMPLATE="actions/login.cfm">
    </CFIF>

Henry


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to