mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Applying doc block changes from 'teknoid'. Fixes #1239
This commit is contained in:
parent
f29bb562cb
commit
18bffe8600
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue