Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
U can't do that with IApplicationEventHandler. You will need to inherit from the UmbracoApplication and put your new class in the global.asax.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
U can't do that with IApplicationEventHandler. You will need to inherit from the UmbracoApplication and put your new class in the global.asax.
is working on a reply...