<?php return [ // 字段名称 'name' => 'PHPSESSID', // 驱动方式 'type' => 'file', // 存储连接 'store' => null, // 过期时间 'expire' => 7200, // 文件前缀 'prefix' => '', ];