Exemple #1
0
 protected void Application_EndRequest(object sender, EventArgs e)
 {
     AppContextStore.ClearAll();
 }
Exemple #2
0
 void Application_EndRequest(object sender, EventArgs e)
 {
     IoC.Resolve <IAppSessionContext>().ClearStorage();
     AppContextStore.ClearAll();
 }