Skip to content

Commit dde0ee1

Browse files
add link to MongoDB cookbook article
1 parent d3ba62f commit dde0ee1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cookbook/session/sessions_directory.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ that your current sessions aren't lost when you clear Symfony's cache.
9393
Using a different session save handler is an excellent (yet more complex)
9494
method of session management available within Symfony. See
9595
:doc:`/components/http_foundation/session_configuration` for a
96-
discussion of session save handlers. There is also an entry in the cookbook
97-
about storing sessions in the :doc:`database </cookbook/configuration/pdo_session_storage>`.
96+
discussion of session save handlers. There are also entries in the cookbook
97+
about storing sessions in a :doc:`relational database </cookbook/configuration/pdo_session_storage>`
98+
or a :doc:`NoSQL database </cookbook/configuration/mongodb_session_storage>`.
9899

99100
To change the directory in which Symfony saves session data, you only need
100101
change the framework configuration. In this example, you will change the

0 commit comments

Comments
 (0)