Munin::Node::Session(3) Stores the state for the session between a node

SYNOPSIS


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

METHODS

new
 $class->new();

Constructor.