私はこれらのパラメータを持つクッキーを持っています:
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を削除する方法を知っている人はいますか?