cookie-management-utils
Reactive icon

Cookie Management Utils

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 23 November 2020
 by 
5.0
 (6 ratings)
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)
Team
Other assets in this category