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 @@ -1575,10 +1575,10 @@ handler_id
15751575
15761576**type **: ``string `` | ``null `` **default **: ``null ``
15771577
1578- By default at `` null `` if `` framework.session.save_path `` is not set.
1579- The session handler configured by php.ini is used, unless option
1580- ``framework.session.save_path `` is used, in which case the default is to store sessions
1581- using the native file session handler.
1578+ If `` framework.session.save_path `` is not set, the default value of this option
1579+ is `` null ``, which means to use the session handler configured in php.ini. If the
1580+ ``framework.session.save_path `` option is set, then Symfony stores sessions using
1581+ the native file session handler.
15821582
15831583It is possible to :ref: `store sessions in a database <session-database >`,
15841584and also to configure the session handler with a DSN:
You can’t perform that action at this time.
0 commit comments