MSM7xx Controllers Configuration Guide v6.4.0
$NASid, // identifies the controller the user is connected to
$NASip
);
// set URL to redirect browser to
$targetURL = "location: https://
" . $NASip . ":8090/goform/HtmlLoginRequest?
username=" . $username . "&password=" . $password;
// When done
header($targetURL);
The target URL is built using the NAS IP and username and password. The form name is
hard-coded.
Page URLs
GetFailRetryUrl()
This feature has been deprecated.
Returns the URL of the next internal page to display as follows:
• Returns the Fail page URL if a login or logout request is currently pending.
• Returns the Transport page URL if the user is already logged in.
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
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).
Public access interface ASP functions and variables 495










