Skip to main content

Open the customization view

To reach the customization view of a Web Station, use the following URL:
The customization view is a page with an <iframe> element that opens an embedded version of the corresponding Web Station. The element opens only the workspace, without the header and the footer. Change the layout of the page to match your company’s design guidelines. You can also add action buttons that control the contents of the <iframe> element, along with web links. Replace the logo.png file in the customContent directory, and then configure its display in the custom.css file if needed. You can also edit the page layout in Index.cshtml. Add links to third-party resources in Index.cshtml.

Change the Web Station icon shown in the browser

Replace the icon.ico file. If required, modify the icon parameters and the path to the icon in Index.cshtml.

Change the page name shown in the browser

Set the name of the page in the <title> tag in the Index.cshtml file.

Hide the drop-down list of languages

Remove the corresponding element from Index.cshtml, or hide it by modifying the corresponding style in custom.css. To set a default language, use the FCUserLang cookie file. Specify the user interface language with a standard abbreviation such as en or ru.

Open a Web Station

To open a Web Station in the <iframe> element, call one of the following methods in the onLoad() function in the custom.js file. You can also call these methods from page elements, which lets users switch between Web Stations interactively.

Change the session lifetime

To set the lifetime of a user session, modify the following keys in the web.config file of the Web Station:
  1. Set SessionRefreshInterval to 1000.
  2. Set SessionInactiveLifetimeInMinutes to the preferred time in minutes.
A user who remains inactive for that period is logged out and redirected to the login page. Because the user page uses embedded versions of Web Stations, you can also use the API messages described in Integrate Web Stations into third-party systems.