gpt4 book ai didi

javascript - 如何使用 PHP 或 JS 通过 HttpOnly 删除 cookie

转载 作者:可可西里 更新时间:2023-10-31 23:06:43 27 4
gpt4 key购买 nike

我有一个带有这些参数的 cookie:

Name:   workgroup_session_id
Content: ""
Domain: agrobman1.tsi.lan
Path: /
Send for: Any kind of connection
Accessible to script: No (HttpOnly)
Created: Wednesday, November 4, 2015 at 9:31:58 AM
Expires: When the browsing session ends

我尝试使用以下代码使用 PHP 删除 cookie:

setcookie("workgroup_session_id", "\"\"", time() - 3600, "/", "agrobman1.tsi.lan", false, true);

但是我还是无法删除它。有谁知道如何使用 PHP 或 JS 删除这种类型的 cookie?

最佳答案

您不能使用 javascript 在客户端删除 HttpOnly cookie,如 this post指出。它必须在服务器端使用 node.js 完成。

关于javascript - 如何使用 PHP 或 JS 通过 HttpOnly 删除 cookie,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33528579/

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