We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3e142 commit daefbf9Copy full SHA for daefbf9
reference/configuration/framework.rst
@@ -156,6 +156,7 @@ Configuration
156
* `name`_
157
* `save_path`_
158
* `storage_id`_
159
+ * `use_cookies`_
160
161
* `templating`_
162
@@ -1004,6 +1005,15 @@ Whether to enable the session support in the framework.
1004
1005
],
1006
]);
1007
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
1017
assets
1018
~~~~~~
1019
0 commit comments