Skip to content

Commit

Permalink
Changing config value name to more accurately represent what it does.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 28, 2010
1 parent 6ff7ad6 commit f5bf4c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/config/core.php
Expand Up @@ -127,8 +127,8 @@
* - `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`
* to the ini array.
* - `Session.harden` - Enabling this setting, turns on automatic renewal of sessions, and
* sessionids that change frequently.
* - `Session.autoRegenerate` - Enabling this setting, turns on automatic renewal of sessions, and
* sessionids that change frequently. See CakeSession::$requestCountdown.
* - `Session.ini` - An associative array of additional ini values to set.
*
* The built in defaults are:
Expand Down
4 changes: 2 additions & 2 deletions cake/console/templates/skel/config/core.php
Expand Up @@ -127,8 +127,8 @@
* - `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`
* to the ini array.
* - `Session.harden` - Enabling this setting, turns on automatic renewal of sessions, and
* sessionids that change frequently.
* - `Session.autoRegenerate` - Enabling this setting, turns on automatic regeneration of sessions, and
* sessionids that change frequently. See CakeSession::$requestCountdown.
* - `Session.ini` - An associative array of additional ini values to set.
*
* The built in defaults are:
Expand Down

0 comments on commit f5bf4c5

Please sign in to comment.