- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
您能否告知我们是否需要保护 cookie.ASPXANONYMOUS 的安全?
谢谢。
最佳答案
如果您确定仅应将匿名用户 cookie 保护到 SSL,那么您可以在 web.config 中使用 anonymousIdentification 进行调整。元素。
<anonymousIdentification
enabled="true"
cookieRequireSSL="true"
/>
cookieRequireSSL
Specifies whether the cookie requires a Secure Sockets Layer (SSL) connection when it is transmitted to the client. Because ASP.NET sets the authentication cookie property, Secure, the client does not return the cookie unless an SSL connection is in use. The default is false.
关于asp.net - 我们是否需要保护 cookie .ASPXANONYMOUS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20124449/
您能否告知我们是否需要保护 cookie.ASPXANONYMOUS 的安全? 谢谢。 最佳答案 如果您确定仅应将匿名用户 cookie 保护到 SSL,那么您可以在 web.config 中使用 a
我的网站允许匿名用户。我发现在重负载下,匿名用户有时会从其他用户那里获取配置文件值。 我首先删除我的 cookie,并在 cookie 值 .ASPXANONYMOUS 中获取有效的唯一值。经过几次请
我有一个在 Azure 之上编写的 ASP.NET 3.5 站点,我试图为其允许经过身份验证的用户配置文件和匿名用户配置文件。经过身份验证的配置文件工作正常。但如果我没有登录,我会看到 .ASPXAN
我是一名优秀的程序员,十分优秀!