關於跨域登陸中獲取COOKIES解析BUG

FormsAuthentication.Decrypt   報錯    Length of the data to decrypt is invalid.html

關於同域名不一樣服務器之間的登陸,加密配置說明:web

https://msdn.microsoft.com/zh-cn/library/w8h3skw9.aspx安全

解決方法1:服務器

<add key="aspnet:UseLegacyFormsAuthenticationTicketCompatibility" value="true" /> asp.net

<add key="aspnet:UseLegacyEncryption" value="true" />加密

http://www.knowsky.com/606889.html.net

解決方法2:orm

更新安全補丁htm

http://stackoverflow.com/questions/7728658/asp-net-formsauthentication-length-of-the-data-to-decrypt-is-invalidblog

http://weblogs.asp.net/scottgu/important-asp-net-security-vulnerability

補丁列表

https://technet.microsoft.com/library/security/ms10-070

相關文章
相關標籤/搜索