Hello ,
I'm developing an error and managing logs app to manage and improve other apps.I need to get the browser info from all acess's to the app's.I found i cookie that holds this info DEVICE_BROWSER cookie.
How can i get acess to all the info ?
Shoul i implement logic to store this coockie or there is somewhere where they are stored ?Best regards,
Diogo Coelho
Hi @Diogo Coelho
This cookie should be linked to the GetBrowser action.
https://success.outsystems.com/support/enterprise_customers/maintenance_and_operations/cookie_usage_in_outsystems_applications
Or you could use this forge component. As long as the cookie is not marked as httpOnly, it is possible to retrieve cookies from the client-side.
https://www.outsystems.com/forge/component-overview/9847/cookie-management-utils