Wraps the Cookie Store Web API that allows developers to easily manipulate cookies in the client side.
The following client actions are available:
Cookies use a native value of "Expires" (a Unix timestamp). To make this value easier to work in OutSystems, there's some utility functions available:
When reading a cookie, you can use the UnixToDateTime function to get a workable date in OutSystems. When setting a cookie, you should use the ExpiresInToUnix to set a validity (in seconds).