File tree 2 files changed +2
-2
lines changed
components/http_foundation
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1564,7 +1564,7 @@ Note that you will *not* need to implement a controller for the ``/logout``
1564
1564
URL as the firewall takes care of everything. You *do *, however, need to create
1565
1565
a route so that you can use it to generate the URL:
1566
1566
1567
- .. warning ::
1567
+ .. caution ::
1568
1568
1569
1569
As of Symfony 2.1, you *must * have a route that corresponds to your logout
1570
1570
path. Without this route, logging out will not work.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Quick example::
48
48
start on demand, that is, if any session request is made to read/write session
49
49
data.
50
50
51
- .. warning ::
51
+ .. caution ::
52
52
53
53
Symfony sessions are incompatible with PHP ini directive ``session.auto_start = 1 ``
54
54
This directive should be turned off in ``php.ini ``, in the webserver directives or
You can’t perform that action at this time.
0 commit comments