From df1df2964d6418f15d2d01215493449c00cc71ae Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 22 Mar 2019 09:26:52 +0900 Subject: [PATCH] =?UTF-8?q?session=5Fcache=5Flimiter=20=EC=82=AD=EC=A0=9C.?= =?UTF-8?q?=20no-cache=EA=B0=80=20=EA=B8=B0=EB=B3=B8=EA=B0=92=EC=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/hwe/lib.php b/hwe/lib.php index 455f1b9b..5ba3a90d 100644 --- a/hwe/lib.php +++ b/hwe/lib.php @@ -26,8 +26,6 @@ define('STEP_LOG', true); define('PROCESS_LOG', true); ob_start(); -session_cache_limiter('nocache');//NOTE: 캐시가 가능하도록 설정해야 할 수도 있음. 주의! -//FIXME: 이곳에서 설정하면 안될 듯 하다. 옮기자. // 에러 메세지 출력 function Error($message='', $url="")