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.
167
167
``RedisSessionHandler `` by :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MemcachedSessionHandler `.
168
168
169
169
Store Sessions in a Relational Database (MariaDB, MySQL, PostgreSQL)
170
- -----------------------------------------------------------
170
+ --------------------------------------------------------------------
171
171
172
172
Symfony includes a :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ PdoSessionHandler `
173
173
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:
379
379
380
380
$ php bin/console doctrine:migrations:migrate
381
381
382
+ .. _mysql :
383
+
382
384
MariaDB/MySQL
383
385
.............
384
386
You can’t perform that action at this time.
0 commit comments