Skip to content

Commit d2d873d

Browse files
pgodelweaverryan
authored andcommitted
Added missing session handlers
I added the session handlers included in the component.
1 parent 9611c39 commit d2d873d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/http_foundation/session_configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ examples if you wish to write your own.
7373
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler`
7474
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcacheSessionHandler`
7575
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler`
76+
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler`
77+
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler`
7678
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler`
7779

7880
Example usage::

0 commit comments

Comments
 (0)