'SESSION_AUTO_START' => true, //是否开启session 'SESSION_OPTIONS' => array( 'type' => 'pdo', 'expire' => 7200,// 2 小时 ),