Update security.php
This commit is contained in:
parent
d30e7b01ae
commit
4d4518457d
|
@ -652,8 +652,8 @@ if(!check_function_exists("start_isolated_session")) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// since 1.6 or above
|
// since 1.6 or above
|
||||||
if(!check_function_exists("end_isolated_session")) {
|
if(!check_function_exists("expire_isolated_session")) {
|
||||||
function end_isolated_session() {
|
function expire_isolated_session() {
|
||||||
$_SESSION = array();
|
$_SESSION = array();
|
||||||
session_destroy();
|
session_destroy();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user