This module provides a set of helper functions for managing cookies.
The functions in this module can be accessed using the syntax ix.api.cookie.functionName();
ix.api.cookie.functionName();
// Retrieve the value of the `co_Lang` cookieix.api.cookie.getValue("co_Lang"); Copy
// Retrieve the value of the `co_Lang` cookieix.api.cookie.getValue("co_Lang");
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