We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ada56 commit 7d7816dCopy full SHA for 7d7816d
docs/sessions.txt
@@ -28,10 +28,13 @@ requests that the user makes.
28
29
.. note:: Session Handler Implementation
30
31
- Starting in v5.4, {+odm-long+} implements the dedicated
+ The v5.4 {+odm-long+} introduces the dedicated
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
+ ``DatabaseSessionHandler`` class to store session information.
+ 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
38
``MongoDbSessionHandler`` class from the Symfony framework.
39
40
To learn more about support for sessions, see `HTTP Session
0 commit comments