Ini_set (); error

the thinkphp framework adds: ini_set ("session.save_handler", "user") to the index.php entry file;
then reports the following problem

clipboard.png

Php
Dec.17,2021

try it before loading the boot file. The error should be that the session has already been initialized when you modify the session processor.

Menu