Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit daefbf9

Browse filesBrowse files
committed
Documented the missing session.use_cookies config option
1 parent 8f3e142 commit daefbf9
Copy full SHA for daefbf9

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+10Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.