Ejemplo n.º 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (int.Parse(FileCacheHelper.get_GetLockedPasswordCount()) == 0)
     {
         this.codeFlag = "true";
     }
     else
     {
         this.codeFlag = "false";
     }
     this.Session.Abandon();
     LSRequest.RemoveReportCookies();
 }