=======                                             DISview [933]
session
=======

_________________________________________________________________
session
session <session_number> [<flowmode><on|off>]
_________________________________________________________________
NET can handle multiple sessions.  For example, you can have an
FTP file transfer running at the same time as a Telnet session.

Session, without arguments, displays all live sessions.

>> Example of 'session' output:
.................................................................
 # S#  Type  RcvQ SndQ State       Remote socket
*1 137 FTP      0    0 Established ftp (158.152.1.44:21)
 2 -1  Finger   0    0             status@gate
 3 142 Telnet   7    0 Established ucsd.edu (132.239.254.201:23)
.................................................................

The session marked with an asterisk is the current session; to
switch to that session, simply hit ENTER.

Session session_number switches to session session_number.

To exit from a session back to the "net>" prompt, hit <F10>.

>> Example:  session 3

Session <session_number> flowmode [on | off] sets or displays
the flow mode of the nominated session.  

     <flowmode> displays or enables / disables setting of *more*
     handling for <session_number>.

>> Example: session 0 flowmode on    puts the command session
                                     into -more- mode.
