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。但我不能通过 set_cookie 和 set-time 做到这一点。出现标头修改错误 - 它已经发送。有没有其他方法可以删除cookie?
您必须在打印任何文本/html 之前删除 cookie。
您必须在将 cookie 连同标题一起发送到浏览器之前删除所有 cookie。您收到此错误是因为您可能在将某种输出发送到浏览器后尝试取消设置 cookie。这是不允许的,也不会起作用。