File tree 1 file changed +3
-6
lines changed
Filter options
1 file changed +3
-6
lines changed
Original file line number Diff line number Diff line change @@ -252,12 +252,9 @@ Accessing the Session
252
252
~~~~~~~~~~~~~~~~~~~~~
253
253
254
254
If you have a session attached to the request, you can access it via the
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;
259
- the
260
- :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 `
261
258
method tells you if the request contains a session which was started in one of
262
259
the previous requests.
263
260
You can’t perform that action at this time.
0 commit comments