koajs / generic-session

koa session store with memory, redis or others.
MIT License
414 stars 65 forks source link

feat: auto set secure cookie #63

Closed fengmk2 closed 8 years ago

fengmk2 commented 8 years ago

Same as https://github.com/koajs/session/pull/46

fengmk2 commented 8 years ago

wait cookies module fix secure problem https://github.com/pillarjs/cookies/blob/master/lib/cookies.js#L64