This module provides a set of helper functions for managing cookies.

Usage

The functions in this module can be accessed using the syntax ix.api.cookie.functionName();

Example

// Retrieve the value of the `co_Lang` cookie
ix.api.cookie.getValue("co_Lang");

Index

Functions