Beispiel #1
0
 /// <summary>
 /// MVC application end event
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void Application_End(object sender, EventArgs e)
 {
     CommonService.ClearSessionLogs();
     ActiveSessionManager.StopTimer();
 }
Beispiel #2
0
 /// <summary>
 /// MVC application end event
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void Application_End(object sender, EventArgs e)
 {
     CommonService.ClearSessionLogs();
 }