Skip to content

Commit 794de34

Browse files
committed
Tweaks
1 parent 06f856c commit 794de34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

session/database.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

169169
Store Sessions in a Relational Database (MariaDB, MySQL, PostgreSQL)
170-
-----------------------------------------------------------
170+
--------------------------------------------------------------------
171171

172172
Symfony includes a :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler`
173173
to 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+
382384
MariaDB/MySQL
383385
.............
384386

0 commit comments

Comments
 (0)