在ASP.NET中,可以通过以下步骤使cookie中的旧日志无效:
<authentication mode="Forms">
<forms loginUrl="Login.aspx" defaultUrl="Default.aspx" />
</authentication>
FormsAuthentication.SignOut();
Response.Redirect("Login.aspx");
通过以上步骤,可以使ASP.NET标识中cookie中的旧日志无效,并且用户将被注销并重定向到登录页面。
关于ASP.NET标识和窗体身份验证的更多信息,您可以参考腾讯云的相关产品和文档:
领取专属 10元无门槛券
手把手带您无忧上云