Question
OnRequest with CFC
I know that OnRequestStart and OnRequest run at the top of
each request, but is there a way to consider a call (invoke) for a
CFC as a request ? What I need is to use either OnRequestStart or
OnRequest with any invoke for a CFC to do some logic check before
it excute the function in the CFC. I may have 2 or 3 invokes in the
same page. one more thing just in my case, all the CFCs I have are
initialized on Application scope.
Any suggestions ?
Any suggestions ?
