<authentication mode="Forms">
<forms name="xxxx" loginUrl="login.aspx" protection="All" path="/" cookieless="UseCookies" />
</authentication>
解决方法是指定cookieless即可,,相信很多用FormsAuthenticationTicket来做验证的都会碰到这个问题。。。。。
<authentication mode="Forms">
<forms name="xxxx" loginUrl="login.aspx" protection="All" path="/" cookieless="UseCookies" />
</authentication>
解决方法是指定cookieless即可,,相信很多用FormsAuthenticationTicket来做验证的都会碰到这个问题。。。。。
转载于:https://www.cnblogs.com/LCX/p/3493413.html