默认使用长连接

This commit is contained in:
huangdijia
2016-01-29 10:24:45 +08:00
parent 3d38c39c17
commit d7f0526229

View File

@@ -23,7 +23,7 @@ class Redis extends SessionHandler
'password' => '', // 密码
'expire' => 3600, // 有效期
'timeout' => false, // 超时时间
'persistent' => 0, // 是否长连接
'persistent' => true, // 是否长连接
'session_name' => '', // memcache key前缀
];