File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,10 @@ Accessing the Session
252252~~~~~~~~~~~~~~~~~~~~~
253253
254254If you have a session attached to the request, you can access it via the
255- :method: `Symfony\\ Component\\ HttpFoundation\\ Request::getSession ` method or the
256- :method: `Symfony\\ Component\\ HttpFoundation\\ RequestStack::getSession ` method;
255+ :method: `Symfony\\ Component\\ HttpFoundation\\ Request::getSession ` method
256+ from the :class: `Symfony\\ Component\\ HttpFoundation\\ Request ` class or the
257+ :method: `Symfony\\ Component\\ HttpFoundation\\ RequestStack::getSession ` method
258+ from the :class: `Symfony\\ Component\\ HttpFoundation\\ RequestStack ` class;
257259the
258260:method: `Symfony\\ Component\\ HttpFoundation\\ Request::hasPreviousSession `
259261method tells you if the request contains a session which was started in one of
You can’t perform that action at this time.
0 commit comments