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