08 2014 档案

摘要:insert into __table(id,[name],parentid)values('1','北京市','0')insert into __table(id,[name],parentid)values('2','东城区','1')insert into __table(id,[name],... 阅读全文
posted @ 2014-08-15 16:09 wlm2014 阅读(549) 评论(0) 推荐(0)
摘要:现象:使用FormsAuthentication进行登录验证,在IE11客户端无法保存cookie解决方法:在web.config中的forms中增加cookieless="UseCookies"属性。原文地址:http://www.wlm.so/Article/Detail/lmb48dogzil... 阅读全文
posted @ 2014-08-15 11:20 wlm2014 阅读(371) 评论(0) 推荐(0)
摘要:原文地址:http://www.wlm.so/Article/Detail/lmb48bk9f690n00000单点登录,这种在网络非常常见,在这里讨论的是实现同一主域下的子站间的单点登录,同样也适用于使用负载均衡后站点的登录识别。.net,讨论基于MVC环境下的,假设域名为 wlm.so。 基础条... 阅读全文
posted @ 2014-08-13 13:18 wlm2014 阅读(1461) 评论(0) 推荐(0)