Yes so true. I accidentally reversed my discovery (enlightenment) - OnRequest does not get called on remote calls, but OnRequestStart does. I recall that there is a OnCFC... family of methods also. Right? Wrong?
-nitish 2011/11/10 Matthew Woodward <[email protected]> > Alan beat me to it--for a quick sanity check I wrote up a test that does > some simple logging and onRequestStart definitely does get called. Knew > that was the case but always good to verify! > > > On Wed, Nov 9, 2011 at 10:49 PM, Alan Williamson (aw2.0 cloud experts) < > [email protected]> wrote: > >> "a shocker" eh? I do like a man that gets passionate about his CFML ;) >> >> The onRequestStart does get called on remote CFC innovation. The >> onRequest does _not_ get called with a remote cfc call. >> >> http://openbd.org/manual/?/**app_application_cfc<http://openbd.org/manual/?/app_application_cfc> >> >> >> nitish pandey wrote: >> >>> Hi, >>> Just got a shocker, i am calling my cfc remoteable method and it seems >>> that onRequestStart method of Application.cfc is not being invoked. >>> I am checking session status in Onrequeststart. Is this true or i need >>> to investigate my chain of events? >>> >>> >> -- >> official tag/function reference: http://openbd.org/manual/ >> mailing list - >> http://groups.google.com/**group/openbd?hl=en<http://groups.google.com/group/openbd?hl=en> >> > > > > -- > Matthew Woodward > [email protected] > http://blog.mattwoodward.com > identi.ca / Twitter: @mpwoodward > > Please do not send me proprietary file formats such as Word, PowerPoint, > etc. as attachments. > http://www.gnu.org/philosophy/no-word-attachments.html > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en > -- -Nitish "Faith is a free Option" http://www.forcesofindia.com/profiles/np -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
