ASP.NET登录验证
2018-06-24 00:11:58来源:未知 阅读 ()
protected void btnLogin_Click(object sender, EventArgs e) { string username = txtUserName.Value.Trim(); string userpassword = txtUserPassword.Value.Trim(); if (string.IsNullOrEmpty(username) || string.IsNullOrEmpty(userpassword)) { Common.MessageBox.Show(this, "账号和密码不能为空!"); } else { string ip = Request.UserHostAddress; BLL.ProxyInfo bllMember = new ProxyInfo(); string encrytpswd = DimoNetwork.Common.DEncrypt.TextEncrypt.MD5EncryptPassword(userpassword); int reuslt; Model.UserInfo userInfo= bllMember.ProxyLogin(username, encrytpswd, ip, out reuslt); if (mProxyInfo != null) { //判断用户是否被冻结 if (userInfo.freezeState) { Common.MessageBox.Show(this, "您的账号已被冻结,请联系你的上级代理!"); } else { Common.Cache.DimoCache.Default.Save<Common.Cache.SessionCache>("MemberSession", userInfo); Common.MessageBox.ShowAndRedirects(this.Page, "", "main.aspx"); } } else { AddLoginErrorCount(); if (GetLoginErrorCount() >= 5) { Common.MessageBox.Show(this, "账号或密码错误次数过多,账号被锁定20分钟,请20分钟后重试!"); txtUserName.Value = ""; txtUserPassword.Value = ""; btnLogin.Visible = false; } else { Common.MessageBox.Show(this, "账号或密码错误!"); } } } }
/// <summary> /// 获得登陆错误次数 /// </summary> /// <returns></returns> protected int GetLoginErrorCount() { int logincount = 0; object logincountcache = Common.Cache.Default.Get<Common.Cache.SessionCache>(lockcachekey); if (logincountcache != null) { logincount = Convert.ToInt32(logincountcache); } return logincount; }
/// <summary> /// 修改用户登录错误次数 /// </summary> protected void AddLoginErrorCount() { object logincountcache = Common.Cache.DimoCache.Default.Get<Common.Cache.SessionCache>(lockcachekey); if (logincountcache != null) { int logincount = Convert.ToInt32(logincountcache); Common.Cache.Default.Save<Common.Cache.SessionCache>(lockcachekey,logincount + 1); } }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
下一篇:c#复习提纲
- Cookie SameSite属性介绍及其在ASP.NET项目中的应用 2020-03-28
- 基于原生的 html css js php ajax做的一个 web登录和注册系 2020-02-21
- 注册登录页面模板 2019-12-10
- jQuery基础之表单验证 2019-12-02
- 做一个好看的可翻转登录注册界面 2019-11-18
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash