achasseux
Results
2
issues of
achasseux
The README documentation suggests to write a LogoutSuccessHandler::onLogoutSuccess() method, and call this line : `$this->serviceManager->clear();` It is not sufficient for clearing the '_logout/processed' session variable. I have added the line...
Exemple with symfony 3.4 : - AppKernel is a subclass of Symfony\Component\HttpKernel\Kernel with a deprecated loadClassCache() method since symfony 3.3, but AppKernel is not detected - web/app_dev.php calls the deprecated...