Hello all,

I keep getting the following errors, and I have no idea why.

An exception occurred

when invoking a event handler method from Application.cfc The method name
is: onSessionEnd.
I get the same for onApplicationEnd.
Following is what they look like.


 <cffunction
  name="onSessionEnd"
  returntype="void"
  output="false">

  <cfargument
   name="SessionScope"
   required="yes">
  <cfargument
   name="ApplicationScope"
   required="no">

 </cffunction>

 <cffunction
  name="onApplicationEnd"
  returntype="void"
  output="false">

  <cfargument
   name="ApplicationScope"
   required="yes">

 </cffunction>

Anyone any idea? thanks in advance.

-- 
Taco Fleur - http://www.pacificfox.com.au
Web Design, Web development, Graphic Design and Complete Internet Solutions
an industry leader with commercial IT experience since 1994 …

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to