Skip to content

Commit

Permalink
minor #19806 [FrameworkBundle] Add reference to `framework.session.st…
Browse files Browse the repository at this point in the history
…orage_id` option (cs278)

This PR was merged into the 5.4 branch.

Discussion
----------

[FrameworkBundle] Add reference to `framework.session.storage_id` option

Relates to #14979

I appreciate this is a low effort fix. I've been trying to work out why my app breaks when removing the  `framework.session.storage_id` option which I had assumed was unused based on the fact it is not in the documentation. I figured it was a left over from a previous Symfony upgrade - hopefully this hint helps somebody else in the same boat.

Commits
-------

0b3b569 Add reference to undocumented configuration option
  • Loading branch information
javiereguiluz committed Jun 21, 2024
2 parents 20cc5f5 + 0b3b569 commit 0f16522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ To see a list of all available storages, run:
.. versionadded:: 5.3

The ``storage_factory_id`` option was introduced in Symfony 5.3.
The ``storage_factory_id`` option was introduced in Symfony 5.3 deprecating the ``storage_id`` option.

.. _config-framework-session-handler-id:

Expand Down

0 comments on commit 0f16522

Please sign in to comment.