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
12571257handler_id
12581258..........
12591259
1260- **type **: ``string `` **default **: ``null ``
1260+ **type **: ``string `` **default **: ``'session.handler.native_file' ``
12611261
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 .
12651265You can also :doc: `store sessions in a database </session/database >`.
12661266
12671267.. _name :
You can’t perform that action at this time.
0 commit comments