Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1933 → Rev 1934

/trunk/jrest/services/CoelUtilisateur.php
357,7 → 357,7
$this->debug[] = "Création du cookie licence.";
$_SESSION['coel_utilisateur']['licence'] = '1';
// @TODO CHANGER
$this->setCookiePersistant('coel_licence', '1');
//$this->setCookiePersistant('coel_licence', '1');
$sortie = true;
}
} catch (PDOException $e) {