From 086cf279baa8f230d514f323226ba5fc65946d36 Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 29 Oct 2010 00:16:42 -0400 Subject: [PATCH] Applying doc block changes to app/config/core.php as well. Fixes #1138 --- app/config/core.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config/core.php b/app/config/core.php index e0434b369..a0ae31f67 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -179,7 +179,8 @@ /** * When set to false, HTTP_USER_AGENT will not be checked - * in the session + * in the session. You might want to set the value to false, when dealing with + * older versions of IE, Chrome Frame or certain web-browsing devices and AJAX */ Configure::write('Session.checkAgent', true);