File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1257,11 +1257,11 @@ alias will be set to this service id. This class has to implement
1257
1257
handler_id
1258
1258
..........
1259
1259
1260
- **type **: ``string `` **default **: ``null ``
1260
+ **type **: ``string `` **default **: ``'session.handler.native_file' ``
1261
1261
1262
- The service id used for session storage. The default `` null `` value means to use
1263
- the native PHP session mechanism. Set it to `` ' session.handler.native_file' `` to
1264
- let Symfony manage the sessions itself using files to store the session metadata .
1262
+ The service id used for session storage. The default value `` 'session.handler.native_file' ``
1263
+ will let Symfony manage the sessions itself using files to store the session metadata.
1264
+ Set it to `` null `` to use the native PHP session mechanism .
1265
1265
You can also :doc: `store sessions in a database </session/database >`.
1266
1266
1267
1267
.. _name :
You can’t perform that action at this time.
0 commit comments