We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa58442 + 8a6edac commit 18ff87aCopy full SHA for 18ff87a
session.rst
@@ -664,6 +664,12 @@ and only the first one stored the CSRF token in the session.
664
replace ``RedisSessionHandler`` by
665
:class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler`.
666
667
+.. tip::
668
+
669
+ When using Redis with a DSN in the
670
+ :ref:`handler_id <config-framework-session-handler-id>` config option, you can
671
+ add the ``prefix`` and ``ttl`` options as query string parameters in the DSN.
672
673
.. _session-database-pdo:
674
675
Store Sessions in a Relational Database (MariaDB, MySQL, PostgreSQL)
0 commit comments