页面刷新时删除cookie
刷新页面时如何通过 JavaScript 删除 cookie?我想使用事件 onbeforeunload
来做到这一点。
How do I delete cookies via JavaScript when you refresh a page ? I wanted to do this using the event onbeforeunload
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么要在 cookie 有机会发送回服务器之前删除它,这超出了我的理解范围,但你可以看一下:
Why you want to remove a cookie before it has a chance to be sent back to the server is beyond me, but here you go: