The problem is wif the logging in process. Some users are not able to log in
.. Error displayed being "Page not Found". Do u have any idea what caused the
error??

Code :
-Verify user 

<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>

<relocation> to the menu page.  





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to