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 @@ -1251,11 +1251,11 @@ alias will be set to this service id. This class has to implement
1251
1251
handler_id
1252
1252
..........
1253
1253
1254
- **type **: ``string `` **default **: ``null ``
1254
+ **type **: ``string `` **default **: ``'session.handler.native_file' ``
1255
1255
1256
- The service id used for session storage. The default `` null `` value means to use
1257
- the native PHP session mechanism. Set it to `` ' session.handler.native_file' `` to
1258
- let Symfony manage the sessions itself using files to store the session metadata .
1256
+ The service id used for session storage. The default value `` 'session.handler.native_file' ``
1257
+ will let Symfony manage the sessions itself using files to store the session metadata.
1258
+ Set it to `` null `` to use the native PHP session mechanism .
1259
1259
You can also :doc: `store sessions in a database </session/database >`.
1260
1260
1261
1261
.. _name :
You can’t perform that action at this time.
0 commit comments