Skip to content

Commit dba72f8

Browse files
author
Adegoke Obasa
committed
Remove cookie validation key to ensure new key is generated on postCreateProject
1 parent f6f51d1 commit dba72f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'components' => [
99
'request' => [
1010
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
11-
'cookieValidationKey' => '23456789876543245678',
11+
'cookieValidationKey' => '',
1212
],
1313
'cache' => [
1414
'class' => 'yii\caching\FileCache',

0 commit comments

Comments
 (0)