Commit 5ddcc8b3 authored by sebastian-marinescu's avatar sebastian-marinescu Committed by Fabien Potencier

Make clear to use Session BEFORE app->boot

parent b0aa888c
...@@ -64,6 +64,11 @@ Registering ...@@ -64,6 +64,11 @@ Registering
"symfony/security": "~2.3" "symfony/security": "~2.3"
} }
.. caution::
If you're using a form to authenticate users, you need to enable
``SessionServiceProvider``.
.. caution:: .. caution::
The security features are only available after the Application has been The security features are only available after the Application has been
...@@ -72,11 +77,6 @@ Registering ...@@ -72,11 +77,6 @@ Registering
$application->boot(); $application->boot();
.. caution::
If you're using a form to authenticate users, you need to enable
``SessionServiceProvider``.
Usage Usage
----- -----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment