【发布时间】:2009-11-10 18:06:04
【问题描述】:
我在我调用的登录页面中有一个 ASP.Net 应用程序
FormsAuthentication.SignOut
Session.Abandon()
Session.Clear()
但是,Appscan 正在获取 ASPXAUTH cookie 值,然后在注销后能够重新注入 cookie 值以访问受保护的页面。
Microsoft 已承认存在问题,但仅提供建议而非修复 - http://support.microsoft.com/kb/900111
有人可以提供如何解决此问题的示例
【问题讨论】:
标签: asp.net asp.net-membership forms-authentication