I just learned that I need to use onRequestStart event to have my login code.
My question ColdFusion pass target form to the function, so I can access all variable and controls on the form. Am I right?
It fires every time user request, so it is the place to validate user have the rights to access, can I use the code here for user login in to system?
If it fires every time when user request then I need pass session variavle to the function, so can I add more variables to the function or I need save some where on the form to accesss by function.
I am pretty new to ColdFusion, your help and information is great appreciated,
Regards,
Iccsi