File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -252,10 +252,9 @@ 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;
257- the
258- :method: `Symfony\\ Component\\ HttpFoundation\\ Request::hasPreviousSession `
255+ ``getSession() `` method of the :class: `Symfony\\ Component\\ HttpFoundation\\ Request `
256+ or :class: `Symfony\\ Component\\ HttpFoundation\\ RequestStack ` class;
257+ the :method: `Symfony\\ Component\\ HttpFoundation\\ Request::hasPreviousSession `
259258method tells you if the request contains a session which was started in one of
260259the previous requests.
261260
You can’t perform that action at this time.
0 commit comments