Request::cookieValidationKey must be explicitly specified now.
This commit is contained in:
parent
fb1d9fa32a
commit
48d2ced997
@ -8,7 +8,7 @@ $config = [
|
|||||||
'bootstrap' => ['log'],
|
'bootstrap' => ['log'],
|
||||||
'components' => [
|
'components' => [
|
||||||
'request' => [
|
'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' => '',
|
'cookieValidationKey' => '',
|
||||||
],
|
],
|
||||||
'cache' => [
|
'cache' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user