Преглед на файлове

Request::cookieValidationKey must be explicitly specified now.

Qiang Xue преди 11 години
родител
ревизия
48d2ced997
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config/web.php

+ 1 - 1
config/web.php

@@ -8,7 +8,7 @@ $config = [
     'bootstrap' => ['log'],
     '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' => '',
         ],
         'cache' => [