yii\web\Application::getSession PHP Method

getSession() public method

Returns the session component.
public getSession ( ) : yii\web\Session
return yii\web\Session the session component.
    public function getSession()
    {
        return $this->get('session');
    }