Logging off after logging in

Hi there,

The system keeps logging me off after logging in with no errors reported.
Anyone else with this issue?

PHP v7.4 (tried with 7.0, 7.1 and 5.6)
PHPlist v 3.6.5

Issue fixed!

$SessionTableName = “phplistsessions”; in the config file did the trick for me!

Thanks.

@reageweb Using the session table means that the file browsing/upload within ckeditor will not work.

If possible you should try to find why sessions were not working before that change.
Possibly disabling this setting in config.php might help

define('CHECK_SESSIONIP', 1);