示例#1
0
 void Application_Start(object sender, EventArgs e)
 {
     // Code that runs on application startup
     MySession.ReleaseAllSession();
     GlobalVar.ResetAllSession();
 }
示例#2
0
 void Application_End(object sender, EventArgs e)
 {
     //  Code that runs on application shutdown
     MySession.ReleaseAllSession();
     GlobalVar.ResetAllSession();
 }