Working with RADIUS attributes
Public access interface ASP functions and variables
15-82
Session status and properties
All functions in this section do not provide a normal return value that can be assigned to an
ASP variable. Instead, the return value is inserted directly into the HTML page.
Session time
GetSessionTime()
Returns session duration for the current user in minutes and seconds in the format: mm:ss.
ConvertSessionTime(unit)
Returns session duration for the current user in the specified unit. See
ConvertMaxSessionTime(unit) on page 15-83.
TruncateSessionTime(unit)
Returns session duration for the current user truncated to the specified unit. See
TruncateMaxSessionTime(unit) on page 15-83.
GetSessionTimeHMS()
Returns session duration for the current user in hours, minutes and seconds in the format:
hh:mm:ss.
GetSessionRemainingTime()
Returns the amount of connection time remaining for the current user session in minutes and
seconds in the format: mm:ss.
GetSessionRemainingTimeHMS()
Returns the amount of connection time remaining for the current user session in hours,
minutes and seconds in the format: hh:mm:ss.
ConvertSessionRemainingTime(unit)
Returns the total amount of connection time remaining for the current user in the specified
unit. See ConvertMaxSessionTime(unit) on page 15-83.
TruncateSessionRemainingTime(unit)
Returns the total amount of connection time remaining for the current user truncated to the
specified unit. See TruncateMaxSessionTime(unit) on page 15-83.
GetMaxSessionTime()
Returns the total amount of connection time configured for the current user session in
minutes and seconds in the format: mm:ss.