From 7bfffdd773f499e7327685dca5813f534e8f8c52 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Fri, 15 Feb 2013 13:48:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B4=88=EA=B8=B0=EC=97=90=20uniqid=20?= =?UTF-8?q?=EB=A0=88=EC=BD=94=EB=93=9C=20=EC=83=9D=EC=84=B1=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common.php b/common.php index 9b4fcaec3..c58ca60cc 100644 --- a/common.php +++ b/common.php @@ -181,13 +181,6 @@ if (G4_IS_MOBILE) { if (isset($_REQUEST['PHPSESSID']) && $_REQUEST['PHPSESSID'] != session_id()) goto_url(G4_BBS_URL.'/logout.php'); - -// 프로그램 전반에 걸쳐 사용하는 유일한 키 -if (!get_session('ss_uniqid')) { - set_session('ss_uniqid', get_uniqid()); -} - - // QUERY_STRING $qstr = '';