FluxBB\Web\ControllerFactory::makeSession PHP Method

makeSession() protected method

Instantiate the session driver.
protected makeSession ( ) : Illuminate\Session\Store
return Illuminate\Session\Store
    protected function makeSession()
    {
        return $this->container->make('Symfony\\Component\\HttpFoundation\\Session\\SessionInterface');
    }