Cookies Module

Content Type: Module
Categories: Authentication

Overview

This Module makes it possible to set/retrieve Cookies on the client side and also on the server side. The Java actions are for setting the server sided cookies and the client side part is done with javascript.

Documentation

Demo url

Description

Module to set Cookies on the client side or on the (Java) server side.

Typical usage scenario

Make sure that you can access data after restarting your browser. This can be used in many ways.
You can create a token to increase the session time without having to login.

Features

  • Create cookies on the client side
  • Create cookies on the server side
  • Load cookie data from the server
  • Delete cookies from the client side
  • Delete cookies from the server side
  • Validate/Delete client cookies with the server side

Limitations

The server sided cookies will seize to exist after you restart the server. You can work around this by  making use of an Entity instead.

Releases

Version: 1.0.0
Framework Version: 8.10.3
Release Notes: First version of the Cookies Module