Skip to content

Commit 0f286be

Browse files
committed
Renamed warning to caution blocks
1 parent 180bf50 commit 0f286be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ Note that you will *not* need to implement a controller for the ``/logout``
15641564
URL as the firewall takes care of everything. You *do*, however, need to create
15651565
a route so that you can use it to generate the URL:
15661566

1567-
.. warning::
1567+
.. caution::
15681568

15691569
As of Symfony 2.1, you *must* have a route that corresponds to your logout
15701570
path. Without this route, logging out will not work.

components/http_foundation/sessions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Quick example::
4848
start on demand, that is, if any session request is made to read/write session
4949
data.
5050

51-
.. warning::
51+
.. caution::
5252

5353
Symfony sessions are incompatible with PHP ini directive ``session.auto_start = 1``
5454
This directive should be turned off in ``php.ini``, in the webserver directives or

0 commit comments

Comments
 (0)