Created on 23 November 2020
icon_unfollowing
Login to follow
cookie-management-utils

Cookie Management Utils

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 23 November 2020 by 
cookie-management-utils

Cookie Management Utils

Details
This component allows you to control and manage the cookies of your applications. It provides several functionalities in order to extend OutSystems default capabilities regarding cookies.
Read more

This component contains six actions.


Client-Side actions (using JavaScript):

  • DeleteCookie - Deletes a cookie. This action cannot delete a cookie with HttpOnly flag set
  • GetCookie - Gets a cookie value
  • GetCookieList - Gets a list of values from a cookie which is saved as a serialized JSON in the browser
  • SetCookie - Sets a cookie. This action cannot control HttpOnly flag of the cookie
  • SetCookieList - Sets a list of values in a cookie which is going to be saved as a serialized JSON in the browser


Server-Side actions (using a C# .NET extension):

  • DeleteCookie - Deletes a cookie. This action can be used to delete every single cookie (independently of the flags set)


Use GetCookie and ServerCookie actions from HTTPRequestHandler extension if you want to use these Server-Side.


Extra notes:

  • Client-Side actions are supported for Reactive Web and Mobile applications
  • Server-Side actions are supported for Traditional Web, Reactive Web and Mobile applications
Release notes (1.0.0)
Reviews (0)
Category
Functional libraries & utilities, Network
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Cookie Management Utils has no dependencies.
Application Objects
Cookie Management Utils has 0 AOs.
Team
Compatible with
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.528 to 11.0.615
Database:
All
Asset consumers
See all 1 consumers
Weekly downloads