Warning before cfquery timeout
When your cfquery takes longer than the timeout time set in CFAdmin or CFSetting, you will get a error message saying:
The request has exceeded the allowable time limit Tag
Which is what I don't want user to see. So before it comes up, is there here anyway I could warn the user, the query takes too long to process, please refine you filter?
For instance, if the CFAdmin/CFsetting sets timeout 120 seconds, so right before the message came up, maybe at 115 seconds, trigger a warning and send the user back to the form page.
Or what should be the best way to handle cf query timeout errors if I don't want to make timeout time any longer?
Thanks for you help in advance.
