From 57e9bdaa4f785993734ba5801bbaad3301a4bc96 Mon Sep 17 00:00:00 2001 From: totoprayogo1916 Date: Mon, 18 Jan 2021 22:31:41 +0700 Subject: [PATCH] update App.php path --- user_guide_src/source/installation/upgrade_405.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/installation/upgrade_405.rst b/user_guide_src/source/installation/upgrade_405.rst index e8a516732116..d7e802fb94a5 100644 --- a/user_guide_src/source/installation/upgrade_405.rst +++ b/user_guide_src/source/installation/upgrade_405.rst @@ -6,7 +6,7 @@ Upgrading from 4.0.4 to 4.0.5 CodeIgniter 4.0.5 introduces a setting for the cookie SameSite attribute. Prior versions did not set this attribute at all. The default setting for cookies is now `Lax`. This will affect how cookies are handled in -cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in `config/App.php` +cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in `app/Config/App.php` exists for Response cookies and for CSRF cookies. For additional information, see `MDN Web Docs `_.