mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 03:01:21 +08:00
Request::cookieValidationKey must be explicitly specified now.
This commit is contained in:
@@ -8,7 +8,7 @@ $config = [
|
||||
'bootstrap' => ['log'],
|
||||
'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' => '',
|
||||
],
|
||||
'cache' => [
|
||||
|
||||
Reference in New Issue
Block a user