입구 페이지에 session_write_close() 조기 호출

This commit is contained in:
2018-03-22 02:59:24 +09:00
parent f7b2f88910
commit cc98ed9040
6 changed files with 7 additions and 2 deletions
+2
View File
@@ -6,6 +6,8 @@ require_once(ROOT.'/f_config/SESSION.php');
$db = getRootDB();
$userGrade = $SESSION->getGrade();
session_write_close();
if($userGrade < 6){
header('Location:../');
die();