koajs / generic-session

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

suggest to remove cookie data in session object #98

Closed lzztt closed 4 years ago

lzztt commented 8 years ago

This really confused me when I looked at my Redis storage, never had a use case for this. cookie is not session data anyway.