From be70765853a8b4b4978509fa7cfa92fe70d753c3 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 17 Oct 2018 10:48:50 +0900 Subject: [PATCH] Add warning about delaying session start #1104 --- modules/admin/lang/en.php | 2 +- modules/admin/lang/ko.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/admin/lang/en.php b/modules/admin/lang/en.php index 346a185f9..d878732f0 100644 --- a/modules/admin/lang/en.php +++ b/modules/admin/lang/en.php @@ -163,7 +163,7 @@ $lang->about_concat_scripts = 'Automatically combine CSS and JS scripts into as $lang->use_server_push = 'Use HTTP/2 Server Push'; $lang->use_gzip = 'gzip Compression'; $lang->delay_session = 'Delay session start'; -$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.
Selecting this option may cause view counts and visitor counts to become inaccurate.'; +$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.
Selecting this option may interfere with autologin, and visitor counts may become inaccurate.'; $lang->use_session_keys = 'Use session security keys'; $lang->about_use_session_keys = 'Use additional security keys to guard against session theft. This setting is highly recommended if you don\'t use SSL-only sessions.
This setting may cause some users to become logged out.'; $lang->use_session_ssl = 'Use SSL-only session'; diff --git a/modules/admin/lang/ko.php b/modules/admin/lang/ko.php index a3ffa33df..47998ca54 100644 --- a/modules/admin/lang/ko.php +++ b/modules/admin/lang/ko.php @@ -164,7 +164,7 @@ $lang->about_concat_scripts = 'CSS, JS 파일들을 하나로 합쳐서 전송 $lang->use_server_push = 'Server Push 사용'; $lang->use_gzip = 'gzip 압축'; $lang->delay_session = '세션 시작 지연'; -$lang->about_delay_session = 'Varnish 등의 프록시 캐싱 서버 사용시 성능 개선을 위해, 로그인하지 않은 사용자에게는 인증 세션을 부여하지 않습니다.
이 옵션을 선택할 경우 방문자 수 및 조회수 집계가 정확하게 이루어지지 않을 수 있습니다.'; +$lang->about_delay_session = 'Varnish 등의 프록시 캐싱 서버 사용시 성능 개선을 위해, 로그인하지 않은 사용자에게는 인증 세션을 부여하지 않습니다.
이 옵션을 사용하면 자동 로그인이 되지 않으며, 방문자 수 집계가 정확하게 이루어지지 않을 수 있습니다.'; $lang->use_session_keys = '세션 보안키 사용'; $lang->about_use_session_keys = '세션 탈취를 방지하기 위한 보안키를 사용합니다. SSL 전용 세션을 사용하지 않을 경우 반드시 보안키를 사용하시기를 권장합니다.
사용자 환경에 따라 로그인이 풀리는 문제가 발생할 수 있습니다.'; $lang->use_session_ssl = 'SSL 전용 세션 사용';