MSM7xx Controllers Configuration Guide v6.4.0
Minutesm
Secondss
For example if the user account is configured for 5000 seconds, then:
• TruncateSessionTime("y") returns 0.
• TruncateSessionTime("d") returns 0.
• TruncateSessionTime("h") returns 1.
• TruncateSessionTime("m") returns 23.
• TruncateSessionTime("s") returns 20.
Session input/output/totals
If you specify a value for the optional parameter div, then the return value is divided by div.
GetSessionInputPackets()
GetSessionInputOctets(div)
Returns the number of packets/octets received by the current user session.
GetSessionOutputPackets()
GetSessionOutputOctets(div)
Returns the number of packets/octets sent by the current user session.
GetSessionTotalPackets()
GetSessionTotalOctets(div)
Returns the number of packets/octets sent and received by the current user session.
GetSessionMaxTotalPackets()
GetSessionMaxTotalOctets(div)
Returns the maximum number of packets/octets that can be sent and received by the current
user session.
GetSessionRemainingInputPackets()
nl
GetSessionRemainingInputOctets(div)
Returns the remaining number of packets/octets that can be received by the current user
session.
GetSessionRemainingOutputPackets()
nl
GetSessionRemainingOutputOctets(div)
Returns the remaining number of packets/octets that can be sent by the current user session.
GetSessionRemainingTotalPackets()
nl
GetSessionRemainingTotalOctets(div)
Returns the remaining number of packets/octets that can be sent or received by the current
user session.
GetSessionMaxInputPackets()
nl
GetSessionMaxInputOctets(div)
Returns the maximum number of packets/octets that can be received by the current user
session.
Public access interface ASP functions and variables 497










