Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Vold Hooker 15 posts 35 karma points
    Nov 17, 2012 @ 16:04
    Vold Hooker
    0

    IApplicationEventHandler and Session_End

    Using 4.10.1, trying to convert my 4.9.1 website.

    I have some stuff in a custom global.asax. Can do what I need on application start through the new IApplicationEventHandler but I am unsure how to hook up Session_End?

  • Damiaan 442 posts 1301 karma points MVP 6x c-trib
    May 07, 2013 @ 22:49
    Damiaan
    0

    U can't do that with IApplicationEventHandler.  You will need to inherit from the UmbracoApplication and put your new class in the global.asax.

Please Sign in or register to post replies

Write your reply to:

Draft