HP (Hewlett-Packard) MSM7XX Switch User Manual


 
Working with public access attributes
Public access interface ASP functions and variables
This function is designed to be used in conjunction with IsRequestPending().
This is not a normal return value. It cannot be assigned to an ASP variable, and is inserted
directly into the HTML page.
GetLoginUrl()
Returns the URL of the Login page.
This is not a normal return value, it cannot be assigned to an ASP variable, it is inserted
directly into the HTML page.
GetOriginalUrl()
Displays the URL the user tried to access before being redirected to the Login page.
This is not a normal return value. It cannot be assigned to an ASP variable, and is inserted
directly into the HTML page.
GetSessionUrl()
Returns the URL of the Session page.
This is not a normal return value. It cannot be assigned to an ASP variable, and is inserted
directly into the HTML page.
GetWelcomeUrl()
Returns the URL of the Welcome page.
This is not a normal return value. It cannot be assigned to an ASP variable, and is inserted
directly into the HTML page.
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
GetSessionStateMessage()
Returns a message (from message.txt) indicating the status of the user session.
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 9-78.
9-77