File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,13 @@ requests that the user makes.
2828
2929.. note:: Session Handler Implementation
3030
31- Starting in v5.4, {+odm-long+} implements the dedicated
31+ The v5.4 {+odm-long+} introduces the dedicated
3232 ``MongoDbSessionHandler`` class that extends the Laravel
33- ``DatabaseSessionHandler`` class to store session information. In
34- v5.3 and earlier versions, the session driver uses the
33+ ``DatabaseSessionHandler`` class to store session information.
34+ The ``mongodb`` session driver saves user IDs, IP addresses, and user
35+ agents if present.
36+
37+ In v5.3 and earlier versions, the session driver uses the
3538 ``MongoDbSessionHandler`` class from the Symfony framework.
3639
3740To learn more about support for sessions, see `HTTP Session
You can’t perform that action at this time.
0 commit comments