Working with RADIUS attributes
Public access interface ASP functions and variables
15-85
GetSessionMaxOutputPackets()
GetSessionMaxOutputOctets(div)
Returns the maximum number of packets/octets that can be sent by the current user session.
Session quotas
These functions let you retrieve the quota limits that are set for the current user session. If
any of these limits are reached, the user is logged out. See Quotas on page 15-70.
If you specify a value for the optional parameter div, then the return value is the number of
octets divided by div.
Packets values are returned as a decimal string (10 characters) representing a 32-bit
unsigned integer.
Octet values are returned as a decimal string (20 characters) representing a 64-bit
unsigned integer.
GetSessionRemainingInputPackets()
GetSessionRemainingInputOctets(div)
Returns the number of incoming packets/octets the current user session can still receive.
GetSessionRemainingOutputPackets()
GetSessionRemainingOutputOctets(div)
Returns the maximum number of outgoing packets/octets the current user session can still
send.
GetMaxSessionInputPackets()
GetMaxSessionInputOctets(div)
Returns the maximum number of incoming packets/octets the current user session can
receive.
Returns the maximum number of incoming octets the current user session can receive.
GetMaxSessionOutputPackets()
GetMaxSessionOutputOctets(div)
Returns the maximum number of outgoing packets/octets the current user session can send.
iPass support
iPassGetLoginUrl()
Returns the iPass Login URL.