$identityCookie public property
The configuration of the identity cookie. This property is used only when $enableAutoLogin is true
.
See also yii\web\Cookie.
public array $identityCookie = ['name' => '_identity', 'httpOnly' => true]
$identityCookie public property
The configuration of the identity cookie. This property is used only when $enableAutoLogin is true
.
See also yii\web\Cookie.
public array $identityCookie = ['name' => '_identity', 'httpOnly' => true]
Please login to continue.