Exemplo n.º 1
0
 public function setUUID()
 {
     $this->setCookie(Constant::$uuid_cookie_name, UtilHelper::gene_guid(), 60 * 60 * 24 * 30);
 }