Skip to content

Commit bbbd232

Browse files
authored
Merge pull request #908 from cakephp/ADmad-patch-1
Improve description for session's ini values
2 parents 55ecc4d + b068ad4 commit bbbd232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
* array with at least the `engine` key, being the name of the Session engine
404404
* class to use for managing the session. CakePHP bundles the `CacheSession`
405405
* and `DatabaseSession` engines.
406-
* - `ini` - An associative array of additional ini values to set.
406+
* - `ini` - An associative array of additional 'session.*` ini values to set.
407407
*
408408
* The built-in `defaults` options are:
409409
*

0 commit comments

Comments
 (0)