Skip to content

Commit 22ada56

Browse files
committed
DOCSP-49324: dedicated session handler
1 parent bcf97d2 commit 22ada56

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/sessions.txt

+9-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ In this guide, you can learn how to set up HTTP sessions by
2424
using {+odm-long+}. Sessions allow your application to store information
2525
about a user across multiple server requests. Your application stores this
2626
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.
3036

3137
To learn more about support for sessions, see `HTTP Session
3238
<https://laravel.com/docs/{+laravel-docs-version+}/session>`__ in the

0 commit comments

Comments
 (0)