Global settings related to graphics are changed here.
The following settings can be made:
Setting: | Description: |
Refresh rate | Indicates how often dynamic values on pages are updated |
Maximum scaling | Indicates whether pages are also enlarged when scale is activated |
Default Library | Selects whether to expand only one or all of the symbol libraries in edit mode |
Library object version | Indicates whether new objects in pages are added with version 1 or 2. Read more about this in Create objects under Web port page(wpp). |
Position page title | Selects whether page title and information should be displayed in header or footer |
My collections | Indicates how active collections should be displayed in the menu. Collections are activated under System settings/Server/Addons |
My pages | Indicates whether My pages is expanded or collapsed by default |
Cookie security | Controls which domains have access to cookies in the client through SameSite header for cookies. See information box below |
Information:
The settings for cookie security is typically used when embedding (iframe) pages in Web Port.
Cookie security is set as a policy from Web Port, and different web browsers can handle them differently.
None (only https): Sets SameSiteNone, Secure, and HttpOnly. If https is not used falls back to Default.
Default: Sets SameSiteLax and HttpOnly
Strict: Sets SameSiteStrict and HttpOnly
For more info, see e.g. https://en.wikipedia.org/wiki/HTTP_cookie