File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,9 @@ that your current sessions aren't lost when you clear Symfony's cache.
93
93
Using a different session save handler is an excellent (yet more complex)
94
94
method of session management available within Symfony. See
95
95
: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 >`.
98
99
99
100
To change the directory in which Symfony saves session data, you only need
100
101
change the framework configuration. In this example, you will change the
You can’t perform that action at this time.
0 commit comments