Skip to content

Commit daefbf9

Browse files
committed
Documented the missing session.use_cookies config option
1 parent 8f3e142 commit daefbf9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

reference/configuration/framework.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Configuration
156156
* `name`_
157157
* `save_path`_
158158
* `storage_id`_
159+
* `use_cookies`_
159160

160161
* `templating`_
161162

@@ -1004,6 +1005,15 @@ Whether to enable the session support in the framework.
10041005
],
10051006
]);
10061007
1008+
use_cookies
1009+
...........
1010+
1011+
**type**: ``boolean`` **default**: ``null``
1012+
1013+
This specifies if the session ID is stored on the client side using cookies or
1014+
not. By default it will use the value defined in the ``php.ini`` with the
1015+
``session.use_cookies`` directive.
1016+
10071017
assets
10081018
~~~~~~
10091019

0 commit comments

Comments
 (0)