Skip to content

Commit 7d7816d

Browse files
committed
JT wording fix
1 parent 22ada56 commit 7d7816d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/sessions.txt

+6-3
Original file line numberDiff line numberDiff 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

3740
To learn more about support for sessions, see `HTTP Session

0 commit comments

Comments
 (0)