$fno = $session->getFileno( );

The getFileno( ) function returns a number that refers to the socket used for the script/server connection.

Note: Do not use this function with the Perl select statement to listen for events from multiple domains by using multiple observer objects. Instead, use the new select function: InCharge::session::select.