File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,15 @@ 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
+ Starting in v5.4, {+odm-long+} implements 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
35
+ ``MongoDbSessionHandler`` class from the Symfony framework.
30
36
31
37
To learn more about support for sessions, see `HTTP Session
32
38
<https://laravel.com/docs/{+laravel-docs-version+}/session>`__ in the
You can’t perform that action at this time.
0 commit comments