F5 负载均衡器 - ASPXAuth Cookie

发布于 2024-08-29 07:02:58 字数 141 浏览 5 评论 0 原文

有人可以解释一下 ASPXAuth cookie 的作用吗?

我的网站使用表单身份验证,我正在尝试创建一个负载平衡器(硬件)规则,该规则将根据 aspxauth cookie 跟踪会话。假设 cookie 的值是唯一的是否安全?

谢谢。

Can somebody explain what ASPXAuth cookie does?

My website uses forms auth and I am trying to create a load balancer (hardware) rule which will keep track of sessions based on the aspxauth cookie. Is it safe assume that the value of the cookie is unique?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼泪都笑了 2024-09-05 07:02:58

在负载平衡环境中进行身份验证的最简单方法是启用粘性会话。这会为所有传出响应放置一个额外的 cookie,以便后续请求将包含该 cookie,并且 F5 将识别页面视图之间的用户会话,并确保它们被路由到同一 Web 服务器。 Web 服务器不会知道任何不同。

The easiest way to get authentication working in a load balanced environment is to enable sticky sessions. This places an extra cookie to all outgoing responses, such that subsequent requests will contain that cookie and the F5 will recognize the user session between page views and ensure they are routed to the same web server. The web server will not know any different.

情何以堪。 2024-09-05 07:02:58

该 cookie 的值代表当前经过身份验证的用户的加密用户名。有关表单身份验证的更多信息,请参阅MSDN 上的这篇文章

The value of this cookie represents the encrypted username of the currently authenticated user. More about Forms Authentication in this article on MSDN.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文