Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $app->onShutdown[] = function (Kdyby\CMS\Application $app) {
- $container = $app->getConfigurator()->getContainer();
- if ($container->session->isStarted()) {
- $container->session->close();
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment