Skip to content

Commit

Permalink
Merge pull request #2081 from WouterJ/warning_to_caution_21
Browse files Browse the repository at this point in the history
[2.1] Renamed warning to caution blocks
  • Loading branch information
weaverryan committed Jan 3, 2013
2 parents df85a35 + 0f286be commit baad982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ Note that you will *not* need to implement a controller for the ``/logout``
URL as the firewall takes care of everything. You *do*, however, need to create
a route so that you can use it to generate the URL:

.. warning::
.. caution::

As of Symfony 2.1, you *must* have a route that corresponds to your logout
path. Without this route, logging out will not work.
Expand Down
2 changes: 1 addition & 1 deletion components/http_foundation/sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Quick example::
start on demand, that is, if any session request is made to read/write session
data.

.. warning::
.. caution::

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

0 comments on commit baad982

Please sign in to comment.