입구 페이지에 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
+1
View File
@@ -8,6 +8,7 @@ require_once(ROOT.'/f_config/SESSION.php');
$SESSION->logout();
unset($_SESSION['access_token']);
session_write_close();
setcookie("hello", "", time()-3600);
returnJson([