Accessing _SESSION variable in TWIG

Thank you very much.

I set it like this:

$container->set(‘view’, function(){
return Twig::create(’…\views’, [‘cache’], false);
});

How can I add here the twig->getEnvironment()->addGlobal('session', _SESSION); ?