Skip to main content
September 20, 2008
Question

OnRequestStart is called twice?

  • September 20, 2008
  • 1 reply
  • 416 views
If I dont use an onRequest method in Application.cfc, I find that on every request, the onRequestStart and onRequestEnd methods are called twice. I used the following code in Application.cfc:

Any clues on this unique behaviour?
This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
September 20, 2008
When I put the arguments and return types, the functions in the following Application.cfc did not run more than once.