File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ parallel and only the first one stored the CSRF token in the session.
167167 ``RedisSessionHandler `` by :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MemcachedSessionHandler `.
168168
169169Store Sessions in a Relational Database (MariaDB, MySQL, PostgreSQL)
170- -----------------------------------------------------------
170+ --------------------------------------------------------------------
171171
172172Symfony includes a :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ PdoSessionHandler `
173173to store sessions in relational databases like MariaDB, MySQL and PostgreSQL. To use it,
@@ -379,6 +379,8 @@ file and run the migration with the following command:
379379
380380 $ php bin/console doctrine:migrations:migrate
381381
382+ .. _mysql :
383+
382384MariaDB/MySQL
383385.............
384386
You can’t perform that action at this time.
0 commit comments