lol... I think you will find that the onSessionEnd, when an excpetion is thown the onError event will fire again.
I would be asking the question, why is it erroring in there. Eveything seems to be around a cftry block, could be a bug within the application.cfc. I mean would it be possible that the cfry is useless in there if it has been fired once already? Or would it be something like, the server is checking the application and session scopes and is throwing and exception and is getting ignored is the cftry statemenst? On 5/14/07, MrBuzzy <[EMAIL PROTECTED]> wrote: > > That is assuming that OnError is being invoked when the real error happens > in OnSessionEnd, or OnApplicationEnd. > > On 5/14/07, MrBuzzy < [EMAIL PROTECTED]> wrote: > > > > Well you can't be helped then. > > > > I thought you actually wanted to fix the problem instead of to-ing and > > fro-ing about stuff that is already well documented. > > > > This is (one of) your problems; > > > > <cfquery > > name="rsInsert" > > datasource="#application > > > > .system.Datasource.getName()#"> > > You can not reference the application scope from inside OnsessionEnd. > > > > Sheesh. > > > > > > > > -- Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
