• Retrieve value of a cookie parameter.

    Parameters

    • param: string

      Cookie parameter to read.

    • Optional fallback: string

    Returns string | boolean

    Example

    // Get `co_Lang` cookie
    ix.api.cookie.getValue("co_Lang");