在登录控件里已经设置了e.Authenticated = true;
但User.Identity.IsAuthenticated总是为false
web.config有什么设置? 
  <authentication mode="Forms">
      <forms name="myAuthentication" loginUrl="Default.aspx" timeout="60" cookieless="AutoDetect"  />
    </authentication>