Skip to content

Commit 3d560c3

Browse files
ThomasLandauerjaviereguiluz
authored andcommitted
Listing possible values of storage_id
1 parent a2d7c96 commit 3d560c3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

reference/configuration/framework.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,9 +1249,14 @@ storage_id
12491249

12501250
**type**: ``string`` **default**: ``'session.storage.native'``
12511251

1252-
The service id used for session storage. The ``session.storage`` service
1253-
alias will be set to this service id. This class has to implement
1252+
The service ID used for storing the session. The ``session.storage`` service
1253+
alias will be set to this service. The class has to implement
12541254
:class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface`.
1255+
To see a list of all available storages, run:
1256+
1257+
.. code-block:: terminal
1258+
1259+
$ php bin/console debug:container session.storage.
12551260
12561261
.. _config-framework-session-handler-id:
12571262

0 commit comments

Comments
 (0)