From f2b63193acc2e0cfe3c53618c5278a229b5205d1 Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 26 Oct 2010 06:59:05 +0000 Subject: [PATCH] =?UTF-8?q?#19111979=20IE=20=EC=9D=B4=EC=99=B8=EC=9D=98=20?= =?UTF-8?q?=EB=B8=8C=EB=9D=BC=EC=9A=B0=EC=A0=80=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=B2=A8=EB=B6=80=20=ED=8C=8C=EC=9D=BC=20=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=EC=8B=9C=20=ED=8C=8C=EC=9D=BC=EC=9D=B4=20=EC=82=AC?= =?UTF-8?q?=EB=9D=BC=EC=A7=80=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7770 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.php b/index.php index b25112558..79a6b6458 100644 --- a/index.php +++ b/index.php @@ -35,6 +35,11 @@ **/ define('__ZBXE__', true); + /** + * @brief 쿠키 이외의 값에서도 세션을 인식할 수 있도록 함(파일업로드 등에서의 문제 수정) + **/ + ini_set('session.use_only_cookies', 0); + /** * @brief 필요한 설정 파일들을 include **/