How to delete mw_sessions?

Lakjin

Active Member
mw_sessions is getting very large. How do I delete it? The clear-cache command does not seem to be clearing it.
 
mw_sessions is getting very large. How do I delete it? The clear-cache command does not seem to be clearing it
In this table is stored all users sessions. You can remove this records directly from mysql.
 
Can it be deleted no other way than directly from mysql? Based on the amount of sessions there, It seems like mailwizz is not cleaning up these sessions.
 
[ADD] - Added a new command: delete-expired-sessions, to delete expired sessions from database
[ADD] - The new delete-expired-sessions command will also run in the daily cron job, automatically
So, from the next version ;)
 
Back
Top