1.2.245. Cookies Variables

Cookies names, used across the application.

<?php

if (isset($_COOKIE['myCookie'])) {
    // Usual method for reading and setting cookies
    $_COOKIE['myCookie']++;
}

// Usual method for writing cookies
setcookie('myCookie', $value);

?>

See also setcookie.

1.2.245.1. Connex PHP features

1.2.245.1.1. Specs

Short name

Php/CookiesVariables

Rulesets

All, Changed Behavior, Inventory

Exakat since

0.12.16

PHP Version

All

Severity

Time To Fix

Precision

Very high

Available in

Entreprise Edition, Exakat Cloud