Had this issue before or similar, PHP sessions are not being written. Check your php.ini settings for sessions, if using files for sessions make sure the path is correct, exists and is writable by the webserver. If using Redis with password make sure configuration in php.ini, redis.conf and IPS is all the same.