如何自定义表单身份验证 cookie 名称?
我有 2 个网站在不同端口的本地主机上运行。由于浏览器在发送 cookie 时不区分端口号,我的表单身份验证票证从一个站点被发送到另一个站点,
我该如何解决此问题?我认为一个好的解决方案是更改表单身份验证票或其中一个网站,但我不知道如何执行此操作。
I have 2 websites running on localhost in different ports. As browsers do not differentiate port numbers when sending cookies, my forms authentication ticket from one site is being sent to the other
How do I solve this? I thought that a good solution would be to change the forms authentication ticket or one of the websites but I don't know how to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你的 web.config 中:
In your web.config: