From 4d4518457d1cf26a5d1116034138a1a0cd21dfec Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 13 Oct 2019 22:17:53 +0900 Subject: [PATCH] Update security.php --- system/security.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/security.php b/system/security.php index 69f37d4..9c31a79 100644 --- a/system/security.php +++ b/system/security.php @@ -652,8 +652,8 @@ if(!check_function_exists("start_isolated_session")) { } // since 1.6 or above -if(!check_function_exists("end_isolated_session")) { - function end_isolated_session() { +if(!check_function_exists("expire_isolated_session")) { + function expire_isolated_session() { $_SESSION = array(); session_destroy(); }