Home

Issue: 992

cookie del error

[issue link]

on the middleware i use
res.setHeader(‘Set-Cookie’, ‘token=abc’ , {
path: ‘/’
});

token :abc is work but the path set not work.
and can not clear the cookie key token sometime have two cookie which have the same key “token” and have the deff path name. OMG .

This question is available on Nuxt.js community (#c860)