td>
| |
| Session | |
|
Please bookmark this page for logout |
|
| Status: | <% GetSessionStateMessage(); %> |
| Session Time (Cur/Left/Max): | <% GetSessionTime(); %> / <% GetSessionRemainingTime(); %> / <% GetMaxSessionTime(); %> |
| Idle time (Cur/Left/Max): | <% GetSessionIdleTime(); %> / <% GetSessionRemainingIdleTime(); %> / <% GetMaxSessionIdleTime(); %> |
| Received Packets (Cur/Left/Max): | <% GetSessionInputPackets(); %> / <% GetSessionRemainingInputPackets(); %> / <% GetMaxSessionInputPackets(); %> td> |
| Received Octets (Cur/Left/Max): | <% GetSessionInputOctets(); %> / <% GetSessionRemainingInputOctets(); %> / <% GetMaxSessionInputOctets(); %> td> |
| Transmit Packets (Cur/Left/Max): | <% GetSessionOutputPackets(); %> / <% GetSessionRemainingOutputPackets(); %> / <% GetMaxSessionOutputPackets(); %> font> |
| Transmit Octets (Cur/Left/Max): | <% GetSessionOutputOctets(); %> / <% GetSessionRemainingOutputOctets(); %> / <% GetMaxSessionOutputOctets(); %> font> |