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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -