Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices::onLoginSuccess PHP Method

onLoginSuccess() abstract protected method

This is called after a user has been logged in successfully, and has requested remember-me capabilities. The implementation usually sets a cookie and possibly stores a persistent record of it.
abstract protected onLoginSuccess ( Request $request, Response $response, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface
    abstract protected function onLoginSuccess(Request $request, Response $response, TokenInterface $token);