CacheSession 配置 cookieParams 的 domain 参数为什么没有效果呢? [ 2.0 版本 ]
请教一下,yii\web\CacheSession 配置 cookieParams 的 domain 参数没有效果(直接使用 yii\web\Session 可以奏效),这是为什么呢?
配置如下:
$config['components']['session'] = [
'class' => 'yii\web\CacheSession',
'cache' => 'xxx',
'flashParam' => 'xxx',
'name' => 'xxx',
'timeout' => 3600 * 24 * 14,
'cookieParams' => ['httpOnly' => true, 'domain' => '.xxx.cn', 'lifetime' => 0],
'gCProbability' => 0,
'useCookies' => true,
];
共 0 个回答
没有找到数据。
最懒进化
注册时间:2018-07-03
最后登录:2019-03-11
在线时长:2小时48分
最后登录:2019-03-11
在线时长:2小时48分
- 粉丝0
- 金钱65
- 威望0
- 积分85