File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,18 @@ In this guide, you can learn how to set up HTTP sessions by
24
24
using {+odm-long+}. Sessions allow your application to store information
25
25
about a user across multiple server requests. Your application stores this
26
26
information in a specified location that it can access in future
27
- requests that the user makes. The session driver in {+odm-long+} uses
28
- the ``MongoDbSessionHandler`` class from the Symfony framework to store
29
- session information.
27
+ requests that the user makes.
28
+
29
+ .. note:: Session Handler Implementation
30
+
31
+ The v5.4 {+odm-long+} introduces the dedicated
32
+ ``MongoDbSessionHandler`` class that extends the Laravel
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, the session driver uses the
38
+ ``MongoDbSessionHandler`` class from the Symfony framework.
30
39
31
40
To learn more about support for sessions, see `HTTP Session
32
41
<https://laravel.com/docs/{+laravel-docs-version+}/session>`__ in the
You can’t perform that action at this time.
0 commit comments