mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Request::cookieValidationKey must be explicitly specified now.
This commit is contained in:
@ -13,7 +13,7 @@ return [
|
||||
'controllerNamespace' => 'frontend\controllers',
|
||||
'components' => [
|
||||
'request' => [
|
||||
// a secret key used to validate cookies. You may modify this key with your own one.
|
||||
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
|
||||
'cookieValidationKey' => '',
|
||||
],
|
||||
'user' => [
|
||||
|
Reference in New Issue
Block a user