Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions session.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,14 @@
different types of flash messages, but you can use any key that fits your
needs.

.. tip::

Accessing flash messages means that the session must be started, which

Check failure on line 270 in session.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please remove trailing whitespace
in turn will cause Symfony to mark the responses as ``private``. In general,
since flashes shall displayed only once, pages that might display flashes
cannot reasonably be cached in HTTP caches


Configuration
-------------

Expand Down