Request::cookieValidationKey must be explicitly specified now.

This commit is contained in:
Qiang Xue 2014-07-19 15:39:03 -04:00
parent fb1d9fa32a
commit 48d2ced997

View File

@ -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' => [