CookieManagerPlugin

CookieManagerPlugin (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 20 October 2023 by OutSystems Labs
CookieManagerPlugin

CookieManagerPlugin (ODC)

Details
Detailed Description


Manage cookie easily by setting, clearing and retrieve cookie values. 

This plugin is useful to share cookies amongst various WebViews (In conjunction with InAppBrowser) within the same application.

How to set a cookie?

Use the SetCookie client action by providing the cookie name, value and the Url to which the cookie is associated with.

The value accepts both the Set-Cookie format and the cookie value directly. Note that, when using the Set-Cookie format, if the domain and path are present, they take precedence over the Url. This is important to note when retrieving the cookie value, the correct domain and path must be used to retrieve the cookie value.

How to get a cookie?

Use the GetCookie client action by providing the cookie name and the associated Url.