Changing config value name to more accurately represent what it does.

This commit is contained in:
mark_story 2010-07-26 22:42:00 -04:00
parent 6ff7ad68c9
commit f5bf4c5552
2 changed files with 4 additions and 4 deletions

View file

@ -127,8 +127,8 @@
* - `Session.handler` - Can be used to enable a custom session handler. Expects an array of of callables, * - `Session.handler` - Can be used to enable a custom session handler. Expects an array of of callables,
* that can be used with `session_save_handler`. Using this option will automatically add `session.save_handler` * that can be used with `session_save_handler`. Using this option will automatically add `session.save_handler`
* to the ini array. * to the ini array.
* - `Session.harden` - Enabling this setting, turns on automatic renewal of sessions, and * - `Session.autoRegenerate` - Enabling this setting, turns on automatic renewal of sessions, and
* sessionids that change frequently. * sessionids that change frequently. See CakeSession::$requestCountdown.
* - `Session.ini` - An associative array of additional ini values to set. * - `Session.ini` - An associative array of additional ini values to set.
* *
* The built in defaults are: * The built in defaults are:

View file

@ -127,8 +127,8 @@
* - `Session.handler` - Can be used to enable a custom session handler. Expects an array of of callables, * - `Session.handler` - Can be used to enable a custom session handler. Expects an array of of callables,
* that can be used with `session_save_handler`. Using this option will automatically add `session.save_handler` * that can be used with `session_save_handler`. Using this option will automatically add `session.save_handler`
* to the ini array. * to the ini array.
* - `Session.harden` - Enabling this setting, turns on automatic renewal of sessions, and * - `Session.autoRegenerate` - Enabling this setting, turns on automatic regeneration of sessions, and
* sessionids that change frequently. * sessionids that change frequently. See CakeSession::$requestCountdown.
* - `Session.ini` - An associative array of additional ini values to set. * - `Session.ini` - An associative array of additional ini values to set.
* *
* The built in defaults are: * The built in defaults are: