koajs / generic-session

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

changed object in the Map memoryStore #77

Closed dimonnwc3 closed 6 years ago

dimonnwc3 commented 8 years ago

Storing sessions in memory is changed from the object to the Map from the ES6.