Default language.

Creating URLs for login and logout


You can use URLs to take users directly to a login or logout page. When you take users directly to a login page, you must specify a URL to which the user will go after logging in. You might also want users to access an alternate URL after logging out.

Parameters for login and logout

The following table shows the URL parameters that apply to login and logout. All parameters and values are case sensitive.



Login and logout parameters



The goto parameter redirects users to an alternate URL after login or logout. Any URL after a goto statement must be URL-encoded.

Use the enc parameter to specify the type of character encoding used in other parameters, such as UTF-8 or Shift_JIS.

When you use login and logout parameters in URLs, use the following guidelines:

  • To have users log on manually, specify login.jsp.
  • To take users to the logout page only, specify logout.jsp or specify LogoutServlet without the goto parameter.
  • To have users go directly to an alternate URL, specify LoginServlet or LogoutServlet and the goto parameter.
  • When creating login and logout URLs, do not include quotation marks around parameter values.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

Remedy Action Request System 20.02