Fixing doc block related to session configuration. Closes #1927

This commit is contained in:
ADmad 2011-08-23 04:06:39 +05:30
parent 58888399f1
commit 34d3d6fe9e
2 changed files with 6 additions and 6 deletions

View file

@ -144,7 +144,7 @@
*
* ## Options
*
* - `Session.name` - The name of the cookie to use. Defaults to 'CAKEPHP'
* - `Session.cookie` - The name of the cookie to use. Defaults to 'CAKEPHP'
* - `Session.timeout` - The number of minutes you want sessions to live for. This timeout is handled by CakePHP
* - `Session.cookieTimeout` - The number of minutes you want session cookies to live for.
* - `Session.checkAgent` - Do you want the user agent to be checked when starting sessions? You might want to set the
@ -160,7 +160,7 @@
*
* The built in defaults are:
*
* - 'php' -Uses settings defined in your php.ini.
* - 'php' - Uses settings defined in your php.ini.
* - 'cake' - Saves session files in CakePHP's /tmp directory.
* - 'database' - Uses CakePHP's database sessions.
* - 'cache' - Use the Cache class to save sessions.
@ -280,7 +280,7 @@
* 'persistent' => true, // [optional] set this to false for non-persistent connections
* 'compress' => false, // [optional] compress data in Memcache (slower, but uses less memory)
* ));
*
*
* Wincache (http://php.net/wincache)
*
* Cache::config('default', array(