Thursday, June 28, 2018

pipelines vs global

The list below shows which Sitecore pipelines that can be used instead of Global.asax event handlers.
  • Application_Start <> initialize
  • Application_BeginRequest <> preprocessRequest / httpRequestBegin
  • Application_EndRequest <> httpRequestEnd
  • Session_End <> sessionEnd
  • Application_End <> shutdown
https://laubplusco.net/global-asax-sitecore-pipelines/


No comments:

Post a Comment