Skip to content

Commit 680fd40

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Minor reword
2 parents 245833d + 80fa0a3 commit 680fd40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

15831583
It is possible to :ref:`store sessions in a database <session-database>`,
15841584
and also to configure the session handler with a DSN:

0 commit comments

Comments
 (0)