172.7.1.18 - Linux jqlgf-deployment-77947f88d7-7d6nc 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 - whoami(www-data) - uid(33) gid(33)
VERSION
Linux jqlgf-deployment-77947f88d7-7d6nc 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
nginx/1.19.9System Error
nginx/1.19.9
// 读取session驱动$class = false !== strpos($config['type'], '\\') ? $config['type'] : '\\think\\session\\driver\\' . ucwords($config['type']);// 检查驱动类if (!class_exists($class) || !session_set_save_handler(new $class($config))) {throw new ClassNotFoundException('error session handler:' . $class, $class);}}if ($isDoStart) {session_start();self::$init = true;} else {self::$init = false;}}/*** session自动启动或者初始化* @return void
Exception Datas
| config | { "id": "", "var_session_id": "", "prefix": "think", "type": "", "auto_start": true } |
| isDoStart | true |