首页 > 解决方案 > 在回发之前删除 cookie

问题描述

回发后如何从客户端站点中删除 cookie。

我在我的网络配置中编写了以下代码,但没有工作。

<httpCookies httpOnlyCookies="true" requireSSL="true" lockItem="true"/>

<authentication mode="Windows">

  <forms cookieless="UseCookies" loginUrl="Login.aspx" name="MyCustomAuthentication" requireSSL="true" path="/" timeout="60"/>

</authentication>

标签: c#asp.netweb-config

解决方案


推荐阅读