NAME

Net::Lyskom::StaticSession - static session information object

SYNOPSIS

print "This session came from the host ", $obj->hostname, ".\n";

DESCRIPTION

->username()

The name of the "real" user.

->hostname()

The hostname the connection came from.

->ident_user()

The username as given by the client host ident daemon.

->connection_time()

The time when the connection was initiated. Returns a Net::Lyskom::Time object.