1 2 3 4 5
<?php $config = [ 'components' => [ 'request' => [ // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
6
'cookieValidationKey' => '',
7 8 9 10 11
], ], ]; return $config;