Codeigniter 不使用 Sentora 编写会话

Codeigniter not writing sessions with Sentora

我将我的应用程序迁移到带有 Sentora 的服务器,但我无法让会话正常工作,我已正确设置路径,但似乎无法识别此代码。希望你能帮我?当我在非 Sentora 环境中托管它之前,它工作得很好。我还以 www-data 为所有者创建了会话文件夹 0700。

$this->session->set_userdata($data);

设置

$config['sess_save_path'] =  sys_get_temp_dir();

在config.php