コード例 #1
0
ファイル: Global.asax.cs プロジェクト: sahvishal/matrix
 protected void Application_EndRequest(object sender, EventArgs e)
 {
     AppContextStore.ClearAll();
 }
コード例 #2
0
ファイル: Global.asax.cs プロジェクト: sahvishal/matrix
 void Application_EndRequest(object sender, EventArgs e)
 {
     IoC.Resolve <IAppSessionContext>().ClearStorage();
     AppContextStore.ClearAll();
 }