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
In http://symfony.com/doc/current/cookbook/session/proxy_examples.html, we start the article with manually creating a Session instance. We should avoid this code examples as it isn't the way you use the session when using the complete framework (it already caused some confusion).
The text was updated successfully, but these errors were encountered:
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes#5892).
Discussion
----------
Updated the session proxy article
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | #5844
I'm not sure if this is what @xabbuh was talking about in the related issue.
Commits
-------
a09d1f2 Updated the session proxy article
In http://symfony.com/doc/current/cookbook/session/proxy_examples.html, we start the article with manually creating a
Session
instance. We should avoid this code examples as it isn't the way you use the session when using the complete framework (it already caused some confusion).The text was updated successfully, but these errors were encountered: