php - Invalid Configuration - cookieValidationKey must be configured with a secret key -


i have exception in yii2 appication:

invalid configuration – yii\base\invalidconfigexception yii\web\request::cookievalidationkey must configured secret key.

but in config web.php have:

'components' => [         'request' => [             // !!! insert secret key in following (if empty) - required cookie validation             'cookievalidationkey' => 'hkbf99ktfgngekpribsrxerpqgfwjwfn',         ], 

app worked, when i'm tried add rbac admin module have problem


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -