Provided by: munin-doc_2.0.25-2ubuntu0.16.04.4_all bug

NAME

       Munin::Node::Session - Stores the state for the session between a node and a master.

SYNOPSIS

        $session = Munin::Node::Session->new();
        $session->{capabilities} = { foo => 1, bar => 1};

METHODS

       new
            $class->new();

           Constructor.