Webiny\Component\Http\Session::getConfig PHP Method

getConfig() public static method

Returns session config from Http object.
public static getConfig ( ) : ConfigObject
return Webiny\Component\Config\ConfigObject
    public static function getConfig()
    {
        return Http::getConfig()->get('Session', new ConfigObject([]));
    }