Applying doc block changes from 'teknoid'. Fixes #1239

This commit is contained in:
mark_story 2010-10-29 00:15:48 -04:00
parent f29bb562cb
commit 18bffe8600

View file

@ -179,7 +179,8 @@
/** /**
* When set to false, HTTP_USER_AGENT will not be checked * 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); Configure::write('Session.checkAgent', true);