Is this how a request is processed?
ok, first request made in application, let's have following things in our application.cfc:
ooml = out of method logic (logic in application.cfc, not in method) oas = onapplicationstart ors = onrequeststart or = onrequest ore = onrequestend ocfcr = oncfcrequest
so, before application starts, goes this, right?
ooml > oas > ors > or > ore
and after application starts, non-cfc request goes:
ooml > ors > or > ore
and if cfc requested, goes:
ooml > ors > ocfcr > ore
do have right?
you know what? withdrawl question.
this forum's inactive when comes responses. i'm sure can find more active cf forum on unofficial website.
very cool styling though.
More discussions in ColdFusion
adobe
Comments
Post a Comment