コード例 #1
0
ファイル: Global.asax.cs プロジェクト: tuyen-truong/SwordBI
 void Application_Start(object sender, EventArgs e)
 {
     // Code that runs on application startup
     MySession.ReleaseAllSession();
     GlobalVar.ResetAllSession();
 }
コード例 #2
0
ファイル: Global.asax.cs プロジェクト: tuyen-truong/SwordBI
 void Application_End(object sender, EventArgs e)
 {
     //  Code that runs on application shutdown
     MySession.ReleaseAllSession();
     GlobalVar.ResetAllSession();
 }