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
1249
1249
1250
1250
**type **: ``string `` **default **: ``'session.storage.native' ``
1251
1251
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
1254
1254
: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.
1255
1260
1256
1261
.. _config-framework-session-handler-id :
1257
1262
You can’t perform that action at this time.
0 commit comments