DesignOpen / board

A board of open projects searching for designers.
9 stars 1 forks source link

Keep user sessions in database #18

Closed kimmobrunfeldt closed 9 years ago

kimmobrunfeldt commented 9 years ago

Feb 18 03:51:19 designopen-board-qa app/web.1: Warning: connect.session() MemoryStore is not Feb 18 03:51:20 designopen-board-qa app/web.1: designed for a production environment, as it will leak Feb 18 03:51:20 designopen-board-qa app/web.1: memory, and will not scale past a single process.

kimmobrunfeldt commented 9 years ago

passport probably handles this for us

kimmobrunfeldt commented 9 years ago

http://stackoverflow.com/questions/10760620/using-memorystore-in-production

kimmobrunfeldt commented 9 years ago

This is now implemented with MongoStore.