ASP.NET Core 3.1/5 Identity 是否使用会话进行身份验证?我知道它使用 cookie 在客户端计算机上存储用户信息以供下一个请求,但我不明白的是,只有 cookie 就足够了,还是它还在服务器上为此身份验证 cookie 创建了任何会话?
asp.net-mvc asp.net-identity asp.net-core claims-authentication
asp.net-core ×1
asp.net-identity ×1
asp.net-mvc ×1
claims-authentication ×1