I, too, am having this issue. I've checked my php.ini files and the /tmp dir. All of that seems fine. I've also tried storing them in the db, but nothing ever seems to be written there. The table is there, but there's not a single record in it.
I also checked the /tmp dir and I'm seeing an awful lot of 0 byte sessions in there.
Has anyone had to monkey around with the sessionlib.php file to get this working or is there an option in config.php I might have missed?
Here's what I've done to config.php so far:
Changed this line (just in case):
- Code: Select all
define("CHECK_SESSIONIP",0);
Uncommented this line:
- Code: Select all
$SessionTableName = "phplistsessions";
Of course, I also changed the settings for MySQL (it has made all of the tables correctly) and bounces as per the instructions.
Finally, here is my
PHP info page.
I really, really don't want to turn off admin login (so far the only way I've been able to get anything done). Any suggestions?