remove these functions for now.
This commit is contained in:
parent
0109c0fcf3
commit
324e59b1b6
@ -6,6 +6,7 @@
|
|||||||
$session_exists = 0;
|
$session_exists = 0;
|
||||||
$session_expire = 180000;
|
$session_expire = 180000;
|
||||||
|
|
||||||
|
/*
|
||||||
$session_mirror = null;
|
$session_mirror = null;
|
||||||
|
|
||||||
function red_session_start() {
|
function red_session_start() {
|
||||||
@ -36,7 +37,7 @@ function red_session_destroy() {
|
|||||||
unset($session_mirror);
|
unset($session_mirror);
|
||||||
session_write_close();
|
session_write_close();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
function new_cookie($time) {
|
function new_cookie($time) {
|
||||||
$old_sid = session_id();
|
$old_sid = session_id();
|
||||||
|
Reference in New Issue
Block a user