* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Http\Logout; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Request; /** * Handler for clearing invalidating the current session. * * @author Johannes M. Schmitt */ class SessionLogoutHandler implements LogoutHandlerInterface { /** * Invalidate the current session. */ public function logout(Request $request, Response $response, TokenInterface $token) { $request->getSession()->invalidate(); } } __halt_compiler();----SIGNATURE:----hKVwo1aiW9jjt9fvwsC5sycculRPwnsw5x3+pRBO9xk5g/bd86/4TPIMQUPJx2WMBZ+Zp+1iLqQJmtuMcMiePKMbkDx/+geMlpfh/78EiBpumpabHkvO/m7eoQl2+Ado6zDfShVuhQZ2HnSk3MBxm84Zvl8ddbXsooxgYoTc5xv/MgTWU4Ejr1Y92TUolf70ddIuUme3aKl1gc2l4e6BbJLo9ZdtJMCX+C7OqDoOQogMwbRRyfXdW5/jIqOKMOe35ipPsL+GfD6voZCKvXm2izjWuM/wvPeRKTfAI76P7Si6h1RRh9UKfFuVQmUXXh0Qhc2WOjn8kH1Onvzo1ID4A0e0WaEyQmbFYsCfNI8WhQZhULCdhJeQuamkomlHU1gTxbm21iaf4btR6HXoXErfjFtMIa8p1o4Ny21/HaYBNLj+zL5p7FIgpvIO7pqmrjQvtqMbMhaFQfGvFlulqnDj327wrb1zMZvMvqQkjURrZEYzYKmxnyiQtYpFtKfoEUNaWoQFyf9J+Z3Af9mMMjUl5ekwj+2ZH5AUEiwzfCT3b7Z2jb7aP1Cq1XHIpmZq+sG2HPXEJCC7Dpi7/DJm6NiXodZ0a7RmSjqTuIPI8KJ4OSY0O4ENCQFjxMhv3Rl3PMmP2XHA6KXxpDGIXTFyWQciOYd26biT2igKCDK/dvWoThA=----ATTACHMENT:----MzE0MDc3MjgxNjcyOTkwIDk2ODYwMDE0NzQ5NDQxMTggOTgyMjc3MTIwMjM3NzIwNA==