소스 검색

[Frontend] Cookies : adaptations

feature/export_comptable
Guillaume 4 년 전
부모
커밋
6b550f9b16
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      ShopBundle/Services/UserUtils.php

+ 1
- 3
ShopBundle/Services/UserUtils.php 파일 보기

@@ -49,9 +49,7 @@ class UserUtils

public function setCookieVisitor($response, $cookie)
{
if($this->cookieChecker->isCategoryAllowedByUser('site')) {
$response->headers->setCookie(Cookie::create($this->getCookieNameVisitor(), $this->cryptCookie($cookie), 0, '/', $this->utils->getCookieDomain()));
}
$response->headers->setCookie(Cookie::create($this->getCookieNameVisitor(), $this->cryptCookie($cookie), 0, '/', $this->utils->getCookieDomain()));
}

public function getVisitor($cookie)

Loading…
취소
저장