Request::cookieValidationKey must be explicitly specified now.

This commit is contained in:
Qiang Xue
2014-07-19 15:39:03 -04:00
parent 8633d0f91c
commit 4e4e76e883
9 changed files with 42 additions and 36 deletions

View File

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