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.
我正在开发一个网络应用程序,我想删除浏览器中的一个外部 cookie(来自雅虎的一个)。我试过 print_r($_COOKIE); ,它应该打印所有cookie,但它只打印我创建的cookie,有没有访问其他cookie?
不——这是不可能的——出于隐私和安全原因。
您不能使用 PHP 删除或查看或编辑外部网站 COOKIES。但是您可以通过清除浏览器缓存来删除 cookie。
无法访问其他域的 cookie。没有跨域 cookie 之类的东西。