Skip to content

Commit 068db7f

Browse files
committed
minor #14861 Listing possible values of storage_id (ThomasLandauer)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Listing possible values of storage_id Taken from https://stackoverflow.com/a/29563414/1668200 I think there should be a *full* list of possible values. And the existence of this SO question shows that there is none ;-) Commits ------- 3d560c3 Listing possible values of storage_id
2 parents bca919b + 3d560c3 commit 068db7f

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)