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.
28
28
29
29
.. note:: Session Handler Implementation
30
30
31
- Starting in v5.4, {+odm-long+} implements the dedicated
31
+ The v5.4 {+odm-long+} introduces the dedicated
32
32
``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
35
38
``MongoDbSessionHandler`` class from the Symfony framework.
36
39
37
40
To learn more about support for sessions, see `HTTP Session
You can’t perform that action at this time.
0 commit comments