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
1575
1575
1576
1576
**type **: ``string `` | ``null `` **default **: ``null ``
1577
1577
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.
1582
1582
1583
1583
It is possible to :ref: `store sessions in a database <session-database >`,
1584
1584
and also to configure the session handler with a DSN:
You can’t perform that action at this time.
0 commit comments