From 48d2ced997f25aa7e3e9654c41c3bd4b53c81991 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sat, 19 Jul 2014 15:39:03 -0400 Subject: [PATCH] Request::cookieValidationKey must be explicitly specified now. --- config/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/web.php b/config/web.php index 7939437..1632a5a 100644 --- a/config/web.php +++ b/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' => [