I'm wondering exactly the same thing. In the past I've inherited from umbraco.BusinessLogic.ApplicationBase, and it says it's now deprecated in favour of umbraco.businesslogic.ApplicationStartupHandler -- but neither of these seem to work for me. What's the "official" approach?
Looks like it's potentially still a WIP - http://issues.umbraco.org/issue/U4-164 - although this only seems to be concerned with application level, not session level events.
umbraco.Global in v4.8
Hi
In 4.7.x, I've been able to hook into global events (Application_Start, _End etc), by inheriting from umbraco.Global
How do I do the same in 4.8? Guessing I can do similar, but am not sure what to inherit from...
ta
Nathan
I'm wondering exactly the same thing. In the past I've inherited from umbraco.BusinessLogic.ApplicationBase, and it says it's now deprecated in favour of umbraco.businesslogic.ApplicationStartupHandler -- but neither of these seem to work for me. What's the "official" approach?
Perhaps this topic can give some more info: https://groups.google.com/forum/#!searchin/umbraco-dev/global/umbraco-dev/hkvj58u-v9g/XWlHlWq0BaQJ
Jeroen
Looks like it's potentially still a WIP - http://issues.umbraco.org/issue/U4-164 - although this only seems to be concerned with application level, not session level events.
is working on a reply...