NAME

Net::Lyskom::DynamicSession - dynamic session info object

SYNOPSIS

print "This session has been idle for ",$obj->idle_time, " seconds.\n";

DESCRIPTION

->session()

Session number.

->person()

Person number.

->working_conference()

Number of working conference.

->idle_time()

Number of seconds idle or number of seconds since session was created.

->what_am_i_doing()

What the client says it is doing.

->invisible()

This session has requested that it be invisible.

->user_active_used()

True if the client has issued a user_active call, which means that the various idle-time counters count idle time rather than time since creation.

->user_absent()

This flag is not used.