diff --git a/session.rst b/session.rst index 506229ed387..53cf435eb15 100644 --- a/session.rst +++ b/session.rst @@ -180,6 +180,7 @@ the default ``AttributeBag`` by the ``NamespacedAttributeBag``: # config/services.yaml session: + public: true class: Symfony\Component\HttpFoundation\Session\Session arguments: ['@session.storage', '@session.namespacedattributebag', '@session.flash_bag']