41
Views
1
Comments
I want to get all my DEVICE_BROWSER cookie values
Application Type
Reactive

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

2023-02-09 12-36-42
Damian Fonville

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 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.