随笔分类 -  随随笔笔

摘要:配置相关 登录代码 public void Logining() { var name = Request.Form["name"]; var pwd = Request.Form["pwd"]; BLLUser us = new BLLUser(); var ishave = us.IsHaveUser(name, pwd); if (ishave != null) { //添加身份验证 ... 阅读全文
posted @ 2014-01-14 00:04 wiphom.bear 阅读(264) 评论(0) 推荐(0)
摘要:一、FormsAthentication 登录验证 webform二、FormsAthentication 登陆验证 MVC4二、cache 缓存登录验证三、 单点登录验证 阅读全文
posted @ 2014-01-14 00:00 wiphom.bear 阅读(255) 评论(0) 推荐(0)