time() + 60 * 60 * 24 * 10, //10 days 'path' => '/', 'domain' => COOKIE_DOMAIN, // leading dot for compatibility or use subdomain 'secure' => $IS_HTTPS, // secure only over HTTPS 'httponly' => true, 'samesite' => $SAMESITE_POLICY, )); define('DEL_COOKIE_OPTIONS', array( 'expires' => time() - 60 * 60 * 24 * 10, //10 days 'path' => '/', 'domain' => COOKIE_DOMAIN, // leading dot for compatibility or use subdomain 'secure' => $IS_HTTPS, // secure only over HTTPS 'httponly' => true, 'samesite' => $SAMESITE_POLICY, )); define('SK_INC', (int) 0); ?>