rheikvaneyck / WishMeMusic

DJ Pool Web App
Other
0 stars 0 forks source link

Add sticke session support #46

Closed rheikvaneyck closed 10 years ago

rheikvaneyck commented 10 years ago

use Redis for example.

rheikvaneyck commented 10 years ago

Got it. used "dalli" for session management, and an in-memory database (memcached) to store the session data. It's quite fast because the cookie consumes only 75 Byte now and the session data is stored in memory. And it is sticky over several web server processes.