【发布时间】:2015-12-21 05:32:54
【问题描述】:
我正在尝试通过以下方式清除客户端浏览器中的两个 cookie:
this.response.set('Set-Cookie', 'mycookie1=; Path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT; ,mycookie1.sig=; Path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT;');
我似乎只能摆脱 mycookie1 而不是 mycookie.sig。
【问题讨论】:
标签: node.js http-headers koa