SessionLogoutHandler
class SessionLogoutHandler implements LogoutHandlerInterface
Handler for clearing invalidating the current session.
Methods
logout(Request $request, Response $response, TokenInterface $token) Invalidate the current session. |
Details
logout(Request $request, Response $response, TokenInterface $token)
Invalidate the current session.
Parameters
Request | $request | |
Response | $response | |
TokenInterface | $token |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.html