Title: ITP Cookie Saver &#8211; Convert javascript cookies to server cookies
Author: Nikel
Published: <strong>2019년 6월 16일</strong>
Last modified: 2023년 2월 5일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/itp-cookie-saver/assets/icon-256x256.png?rev=2107043)

# ITP Cookie Saver – Convert javascript cookies to server cookies

 작성자: [Nikel](https://profiles.wordpress.org/nikelschubert/)

[다운로드](https://downloads.wordpress.org/plugin/itp-cookie-saver.zip)

 * [세부사항](https://ko.wordpress.org/plugins/itp-cookie-saver/#description)
 * [평가](https://ko.wordpress.org/plugins/itp-cookie-saver/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/itp-cookie-saver/#installation)
 * [개발](https://ko.wordpress.org/plugins/itp-cookie-saver/#developers)

 [지원](https://wordpress.org/support/plugin/itp-cookie-saver/)

## 설명

This plugin removes the seven days limitations of cookies in certain browsers. Many
browsers start to limit the cookie lifetime of cookies which are set by javascript
to a short period of time, e.g. Safaris ITP 2.1.

### Why is the limitation of the lifetime a Problem?

Depending on your website their might be a lot of Problems. The two main challenges
might be:
 1. Tracking 2. Cookie Consent Banner

**Tracking**
 Most Tracking Tools, like Google Analytics for example are setting
their cookies by javascript. If the cookie is deleted after seven days, the tools
are not able to recognize the user as a returning user anymore, so after seven days
of absence every user is a new user.

**Cookie Consent Banner**
 It is a problem, if the cookie consent banner implementation
sets the cookie with javascript. This is how most of the banner implementation do
it. If the cookie lifetime is limited by the browser to seven days, the user will
see the banner every seven days, even if he made already a choice. This can be annoying
and conversion relevant.

### How does this Plugin work exactly?

As part of the HTTP protocol all cookies are always send to the backend with every
request.
 This plugin uses this fact, by checking every request if one of the defined
cookies is present. If a defined cookie is present, it sets it with the same value
again.

**Now the cookie is set by the server and the javascript cookie lifetime limitation
is bypassed.**

A challenge with this approach might be, that the cookie is set at the beginning
of a page load. During page load there might be javascripts, which overwrite the
cookie. In that case the javascript cookie lifetime limitation is kicking in again.

This can be avoided by checking the “before unload”- feature. With this feature 
enabled, everytime the user leaves a page, an additional request is send in the 
background and the cookies are set again.
 So you can be sure, the server was the
last to touch the cookie.

## 스크린샷

[⌊General Settings⌉⌊General Settings⌉[

General Settings

## 설치

Just install this plugin and go to Settings > ITP Cookie Saver and activate it. 
You can add the cookie names you want to save. The Google Analytics Cookie is already
prefilled.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“ITP Cookie Saver – Convert javascript cookies to server cookies”(은)는 오픈 소스
소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Nikel ](https://profiles.wordpress.org/nikelschubert/)

[자국어로 “ITP Cookie Saver – Convert javascript cookies to server cookies”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/itp-cookie-saver)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/itp-cookie-saver/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/itp-cookie-saver/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/itp-cookie-saver/)을 [RSS](https://plugins.trac.wordpress.org/log/itp-cookie-saver/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.2.1

 * Fix: missing isset: notice was spamming the logs

#### 1.2.0

 * Fix: critical vulnerability.

#### 1.1.1

 * Fixing major bug from v1.1: setcookies had problems with older php versions.

#### 1.1

 * added samesite attribute when saving cookie. It is always “lax”.
 * you can config the domain where to write the saved cookie now.
 * bug fixes

#### 1.0.2

 * Minor Fix

#### 1.0.1

 * Minor Fix: in very few case there were some PHP Notices thrown.
 * Minor Fix: Duplicate Fieldname in Settings.

#### 1.0

 * First Version of this Plugin. More to come!

## 기초

 *  버전 **1.2.1**
 *  최근 업데이트: **4년 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 4.0 또는 그 이상 **
 *  다음까지 시험됨: **6.1.14**
 *  PHP 버전 ** 5.3 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/itp-cookie-saver/)
 * 태그:
 * [cookie](https://ko.wordpress.org/plugins/tags/cookie/)[itp](https://ko.wordpress.org/plugins/tags/itp/)
   [tracking](https://ko.wordpress.org/plugins/tags/tracking/)
 *  [고급 보기](https://ko.wordpress.org/plugins/itp-cookie-saver/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/itp-cookie-saver/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/itp-cookie-saver/reviews/)

## 기여자

 *   [ Nikel ](https://profiles.wordpress.org/nikelschubert/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/itp-cookie-saver/)