sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

Session storage #681

Closed cblomart closed 8 years ago

cblomart commented 8 years ago

Would be nice not to store session in a cookie. Typical examples of such storages are redis, memcache, mongodb if i am not mistaken.

It would allow easier loadbalancing (high availability reasons)

hhaidar commented 8 years ago

Sessions are already stored in mongo.

cblomart commented 8 years ago

how come i need sticky sessions to load balance properly... sticky sessions are an invention of the DEVIL