Stores the state for the session between a node and a master.
$session = Munin::Node::Session->new(); $session->{capabilities} = { foo => 1, bar => 1};
$class->new();
Constructor.