Closed zhangmengxue closed 8 years ago
Actually,I need to clear the old cookies. And I think it ' s not appropriate. Whatever, I don't have problems now.
I already clear the old cookies, But it still doesn't work
app.use(session({key: 'koa:sess', signed: true, overwrite: true, httpOnly: false}, app))
I was using koa-session. While I set httpOnly prop like this:
I want to get all cookies through document.cookie. but the cookies still have http flag. Did I miss something?