<% SetSessionRefreshInterval("20");%> Session Page
 
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(); %>
Received Octets (Cur/Left/Max): <% GetSessionInputOctets(); %> / <% GetSessionRemainingInputOctets(); %> / <% GetMaxSessionInputOctets(); %>
Transmit Packets (Cur/Left/Max): <% GetSessionOutputPackets(); %> / <% GetSessionRemainingOutputPackets(); %> / <% GetMaxSessionOutputPackets(); %>
Transmit Octets (Cur/Left/Max): <% GetSessionOutputOctets(); %> / <% GetSessionRemainingOutputOctets(); %> / <% GetMaxSessionOutputOctets(); %>