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:
- Local Storage - The web client retains persistent data even after the browser is closed, until the user explicitly deletes it.
- Session Storage - The web client stores data for the duration of a page session.
- Cookies - The web client stores small pieces of data for tracking authentication and user sessions.

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.
| Cookie | Description | Storage Location |
|---|---|---|
| Maconomy-xxxx | Used to determine if a web client session is still active. | Cookie |
| authenticationStorageService.TOKEN | Critical for user authentication and session management. | Session |
| platformStorageService.COMPONENT_URL | Used within authentication.guard as part of the login experience. | Session |
| authenticationStorageService.USERNAME | Enhances the login experience. | Session |
| authenticationStorageService.BO_TOKEN | Enhances the login experience. | Session |
| authenticationStorageService.PP_TOKEN | Enhances the login experience. | Session |
| authenticationStorageService.REALM | Enhances the login experience. | Session |
| authenticationStorageService.OAUTH_LOGIN_MODE | Enhances the login experience. | Session |
| authenticationStorageService.OAUTH_PROVIDER | Enhances the login experience. | Session |
| platformStorageService.URL_WHEN_SESSION_EXPIRED | Enhances the login experience. | Session |
| storageService.MACONOMY_FORMAT | Pre-fills selected localization format. | Session |
| authenticationStorageService.LOGIN_MODE | Enhances the login experience. | Local |
| storageService.LANGUAGE | Improves UI by remembering the user's language choice. | Local |
| platformStorageService.LAST_USED_WORKSPACE | Improves user workflow by remembering the last workspace. | Local |
| platformStorageService.COLOR_SCHEME | Enhances appearance. | Local |
| platformStorageService.RETURN_TO_TOOLS | used to return to tools area after logging in. | Local |
| platformStorageService.RETURN_TO_CONTAINER_EXPLORER | used to return to tools area after logging in. | Local |
| platformStorageService.RETURN_TO_DIALOG_GROUP_IMPORTS | used to return to tools area after logging in. | Local |
| platformStorageService.USERNAME | Pre-fills username during the session. | Local |
Cookie Consent
There is no Cookie Consent Management in this web client version.
