File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments