gpt4 book ai didi

c# - FormsAuthentication 类 c#

转载 作者:太空宇宙 更新时间:2023-11-03 22:27:05 26 4
gpt4 key购买 nike

如果我调用 FormsAuthentication.SetAuthCookie("john", true),用户名是否存储在 cookie 中?

我想知道的是,如果用户 session 超时然后用户再次访问该站点,Request.IsAuthenticated 设置为 true,但用户名来自哪里?

最佳答案

session 超时和身份验证超时是两个独立的事物。您可以让 session 超时而不会使身份验证无效。

是的,用户名存储在身份验证 cookie 中。但是,它是加密的。

关于c# - FormsAuthentication 类 c#,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1010571/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com