You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #10495 Show how to change the Session Attribute Bag type (pbowyer)
This PR was submitted for the master branch but it was squashed and merged into the 4.2 branch instead (closes#10495).
Discussion
----------
Show how to change the Session Attribute Bag type
The Session component ships with two different attribute bag implementations, and the Symfony docs don't show how to change between them.
Fixes#10494 and StackOverflow issues like https://stackoverflow.com/questions/12279247/how-to-use-namespaced-sessions-in-symfony2
## Specific feedback requests
1. Is this the right location for it? Adding it to https://github.com/symfony/symfony-docs/blob/master/session.rst was my first idea, but everything else is sub-pages.
2. I only use YAML configuration, so if someone else can contribute/check the PHP/XML config that would be brilliant.
3. Hard line wrapping - you appear to use ~80 characters? I've got some lines that go over that but don't think paths to files can be split?
Commits
-------
c145ed1 Show how to change the Session Attribute Bag type
0 commit comments