To all devs that fall in this question, after beeing struggled with this several days, the definitive solution was delete from my PHP-FPM pool config the line php_admin_value[session.save_handler] = files
. After this change, phpinfo()
shows the handler 'user' as 'Local Value', and the class is used.