$cookiedomain =
[line 91]
Domain value of the cookie.
Tags:
$cookieexpires = 0
[line 83]
Expiration of cookie. Defaults to 0, which means the cookie will expire when the browser closes.
Tags:
$cookiename = 'sitellite_session_id'
[line 74]
Name of the cookie. Defaults to 'sitellite_session_id'.
Tags:
$cookiepath = '/'
[line 99]
Path value of the cookie. Defaults to '/'.
Tags:
$cookiesecure = 0
[line 107]
Secure value of the cookie. May be 1 or 0, and defaults to 0.
Tags:
$formmessage = 'Please enter your username and password.'
[line 197]
The welcome message of the form. Defaults to 'Please enter your username and password.'
Tags:
$formtemplate = false
[line 170]
The template of the form created by sendAuthRequest().
Defaults to false (no template).
Tags:
$hiddenfields = array ()
[line 134]
A list of hidden form fields and their values.
Tags:
$invalidmessage = 'Sorry, the password you specified was invalid. Please try again.'
[line 206]
The invalid message of the form. Defaults to 'Sorry, the password you specified was invalid. Please try again.'
Tags:
$passwordfield = 'password'
[line 126]
The name of the password field in the form created by sendAuthRequest(). Defaults to 'password'.
Tags:
$passwordrules = array ()
[line 188]
A list of rules for the password form field. The keys are the rules and the values are the invalid messages.
Tags:
$passwordtext = 'Password'
[line 152]
The alt text of the password field in the form created by sendAuthRequest(). Defaults to 'Password'.
Tags:
$submittext = 'Sign In'
[line 161]
The alt text of the submit button in the form created by sendAuthRequest(). Defaults to 'Sign In'.
Tags:
$timeoutmessage = 'Sorry, your session has timed out. Please sign in again to continue.'
[line 215]
The timeout message of the form. Defaults to 'Sorry, your session has timed out. Please sign in again to continue.'
Tags:
$usernamefield = 'username'
[line 117]
The name of the username field in the form (uses saf.MailForm) created by sendAuthRequest(). Defaults to 'username'.
Tags:
$usernamerules = array ()
[line 179]
A list of rules for the username form field. The keys are the rules and the values are the invalid messages.
Tags:
$usernametext = 'Username'
[line 143]
The alt text of the username field in the form created by sendAuthRequest(). Defaults to 'Username'.
Tags: