<!-- some queries to check whether if the user is a member --->
        ...
        ...
        ...
        <cflock timeout="30" throwontimeout="No" name="#Session.SessionID#"
Type="Exclusive">
                <cfset Session.LoggedIn = "1">
                <cfset Session.UserName = UCase(Form.User_ID)>
                <cfset Session.Password = Form.Password>
                <cfset Session.User_ID= UCase(form.User_ID)>
        </cflock>
        .

        will this cause the problem??



-----Original Message-----
From: Jon Hall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 7:16 PM
To: CF-Server
Subject: Re: Failed to Login


Please post your code and we might be able to help a bit. Also try posting
in CF-Talk. This list is more for server related issues.

jon
----- Original Message -----
From: "JAIME HOI" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Thursday, February 22, 2001 1:26 AM
Subject: Failed to Login


> hi
>    i developed an application with a login screen. The funny thing is
> sometimes the user is not able to log in , however after subsequent tries,
> the user is able to login. The error message given is "Page not found". I
am
> very puzzled. Anyone here knows what the problem is ??? The page is
> definitely around, but somehow they juz cannot log into the system. It is
> neither a database error too,
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to