Cookies

The web client uses various cookies to store necessary and functional data. These cookies improve performance and usability.

The three ways by which the web client stores these cookies in a user's browser are:

  1. Local Storage - The web client retains persistent data even after the browser is closed, until the user explicitly deletes it.
  2. Session Storage - The web client stores data for the duration of a page session.
  3. Cookies - The web client stores small pieces of data for tracking authentication and user sessions.

The three ways to store data

Cookies should not be disabled in the browser, as this can have a detrimental effect on the user experience.

Current Cookies

The following table provides a list of cookies, a brief description of their use, and their storage location within the web client.

CookieDescriptionStorage Location
Maconomy-xxxxUsed to determine if a web client session is still active.Cookie
authenticationStorageService.TOKENCritical for user authentication and session management.Session
platformStorageService.COMPONENT_URLUsed within authentication.guard as part of the login experience.Session
authenticationStorageService.USERNAMEEnhances the login experience.Session
authenticationStorageService.BO_TOKENEnhances the login experience.Session
authenticationStorageService.PP_TOKENEnhances the login experience.Session
authenticationStorageService.REALMEnhances the login experience.Session
authenticationStorageService.OAUTH_LOGIN_MODEEnhances the login experience.Session
authenticationStorageService.OAUTH_PROVIDEREnhances the login experience.Session
platformStorageService.URL_WHEN_SESSION_EXPIREDEnhances the login experience.Session
storageService.MACONOMY_FORMATPre-fills selected localization format.Session
authenticationStorageService.LOGIN_MODEEnhances the login experience.Local
storageService.LANGUAGEImproves UI by remembering the user's language choice.Local
platformStorageService.LAST_USED_WORKSPACEImproves user workflow by remembering the last workspace.Local
platformStorageService.COLOR_SCHEMEEnhances appearance.Local
platformStorageService.RETURN_TO_TOOLSused to return to tools area after logging in.Local
platformStorageService.RETURN_TO_CONTAINER_EXPLORERused to return to tools area after logging in.Local
platformStorageService.RETURN_TO_DIALOG_GROUP_IMPORTSused to return to tools area after logging in.Local
platformStorageService.USERNAMEPre-fills username during the session.Local

There is no Cookie Consent Management in this web client version.