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(); }