-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Explanation of Session/NamespacedAttributeBag usage #7378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
ThomasLandauer
added a commit
to ThomasLandauer/symfony-docs
that referenced
this issue
Mar 16, 2017
First step to explain how to activate Namespaced Attributes, as requested by symfony#7378
Closed
I've taken a first step to explain this: #7643 |
javiereguiluz
pushed a commit
that referenced
this issue
Jul 24, 2018
First step to explain how to activate Namespaced Attributes, as requested by #7378
javiereguiluz
added a commit
that referenced
this issue
Jul 24, 2018
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes #7643). Discussion ---------- Update sessions.rst First step to explain how to activate Namespaced Attributes, as requested by #7378 Commits ------- 22206d4 Reword and simplify e9dffc6 Update sessions.rst 5254aee Removed some repeated content and minor rewords 73a02c2 Update sessions.rst
Fixed by #7643. |
Guikingone
pushed a commit
to Guikingone/symfony-docs
that referenced
this issue
Feb 12, 2019
First step to explain how to activate Namespaced Attributes, as requested by symfony#7378
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The docs for Sessions (setting up, configuring, extending) and especially NamespacedAttributeBag are pretty poor.
Seemingly this SO response gives the only clue as to how to make NamespacedAttributeBag work in Symfony 3.
http://stackoverflow.com/questions/12279247/how-to-use-namespaced-sessions-in-symfony2/12279483#12279483
I will attempt to improve the docs myself, but before I start is there a better reference to look at first?
The text was updated successfully, but these errors were encountered: