Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个项目,其中 API 端点返回一个仅用于进一步请求的 HTTP cookie。我不确定这个 cookie 保存在哪里,也不确定如何删除它。我在哪里可以找到此 cookie 以供重复使用,如何删除它?
CookieManager管理 cookie,使其可供重用,并具有删除 cookie 的方法。