>While it won't help fix the cflogout issue, this also needs fixing:
>
><CFLOGIN idletimeout="#CreateTimeSpan(0,0,20,0)#">
>
>cflogin takes a number of seconds as an idletimeout, not a timespan.
>
>As for the original problem, something is really broken here and any
>fudge (e.g. setting a username to "") is hiding some deeper issue.
>
>Can you post the entire contents of Grantee_Login2.cfm?
>

James,
   Grantee_Login2.cfm is a duplicate of the login form.  I don't remember why I 
used a duplicate, but the original login is outside the directory that has 
application.cfc, which includes forceuserlogin.cfm, which has the <cflogin> 
Here is the code to the original login:

<cfform method="post" action="admin/GranteeDirAdmin.cfm" name="LoginForm">
<p>

<b>Username:</b></td>

<cfinput 
        type="text" 
        value="" 
        name="username" 
        size="20" 
        maxlength="100" 
        Required="yes" 
        Message="You must type your username first.">


<b>Password:</b></td>

<cfinput 
        type="password"
        value="" 
        name="password" 
        size="20" 
        maxlength="100" 
        Required="yes" 
        Message="You must type your password first.">

<p><input type="submit" value="Login" name="login">

<p><input type="reset" value="Reset">

</cfform>
</body>
</html>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249298
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to