Hacker News new | ask | show | jobs
by rpedela 3150 days ago
If you already have a database, I recommend storing the session in the database. I personally use connect-pg-simple when using Postgres. In other words, I wouldn't add another major dependency like Redis just for session storage.