Can we store session on Redis Server?

Currently we don't have a way to use redis as a session storage, your link references Yii 2 and we're using Yii 1 for MailWizz.
I have added this as a feature request and we'll see when we can reach it and add it.
 
@twisted1919

How Mailwizz handles Session data i can see a table app_session. is this table responsible for storing sessions?

I am mainly looking for load balance customer and backend on 2 different servers So, if the session is in tables of DB then its possible easily..
 
Yeah, we're using database sessions and that is the right table name. If your database server runs in a cluster, it should scale without issues.
 
Back
Top