Д
Size: a a a
Д
ПИ
Д
ПИ
ПИ
Д
Д
Д
Д
ПИ
Д
V
Д
Д
V
А
'session' => [
'name' => 'Browser-Client',
'class' => 'yii\web\DbSession',
'sessionTable' => 'session',
'cookieParams' => [
'domain' => '.'.$HostInfo,
'httpOnly' => true,
'lifetime' => 3600*24*30*12
],
'timeout' => 3600*24*30*12,
'useCookies' => true,
],
'user' => [
'class' => 'yii\web\User',
'identityClass' => 'common\models\UserIdentity',
'enableAutoLogin' => true,
'loginUrl' => ['/signup.html'],
'identityCookie' => [
'name' => '_user_authorized',
'domain' => '.'.$HostInfo,
'httpOnly' => true
],
],
А
MW
MW