首页 新闻 会员 周边

membership和Login控件登录问题

0
悬赏园豆:50 [已关闭问题] 关闭于 2011-03-14 15:57

采用membership和登录控件Login实现登录功能,但遇到一个问题就是原来的用户登录网站只要一次就能登录了,但是点击LoginStatus后同样的用户再登陆就需要登录两次了,不知道为什么,望不吝赐教,forms配置如下:
<authentication mode="Forms">
 <forms name="myAuthentication" loginUrl="Login.aspx" defaultUrl="Main.aspx"  protection="All" timeout="30" path="/"></forms>
</authentication>
<authorization>
      <allow roles="超级用户,管理员,普通用户,受限用户"/>
      <deny users="*"/>
</authorization>
<anonymousIdentification enabled="true"/>

liverpool_gerrad的主页 liverpool_gerrad | 初学一级 | 园豆:150
提问于:2011-03-14 15:38
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册