#19111979 IE 이외의 브라우저에서 첨부 파일 업로드시 파일이 사라지는 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7770 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-10-26 06:59:05 +00:00
parent 395788999b
commit f2b63193ac

View file

@ -35,6 +35,11 @@
**/
define('__ZBXE__', true);
/**
* @brief 쿠키 이외의 값에서도 세션을 인식할 있도록 (파일업로드 등에서의 문제 수정)
**/
ini_set('session.use_only_cookies', 0);
/**
* @brief 필요한 설정 파일들을 include
**/