X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=8397e2c7924892fd7d2da766e00571f89eca62ac;hb=8aa71f0001530432f21fe31216b753ac6d92401a;hp=b621da52c8feb2918a3ea2f1efacea428add5698;hpb=ef803790810bc43b636d3e8bcf5ad8597e7f979b;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index b621da5..8397e2c 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2786,9 +2786,9 @@ class Brisk do { if (!isset($cookie['sess']) - || (($user = $this->get_user($cookie['sess'], $idx)) == FALSE) - || $user->page_id != $get['page_id']) { - + || (($user = $this->get_user($cookie['sess'], $idx)) == FALSE)) { + // || (($user = $this->get_user($cookie['sess'], $idx)) == FALSE) + // || $user->page_id != $get['page_id']) { $content = ""; // if ($user->page_id != $get['page_id']) { // $content .= "OLD_PAGE"; @@ -2801,9 +2801,8 @@ class Brisk return TRUE; break; - } - - $this->sess_cur_set($user->sess); + } + $this->sess_cur_set($user->sess); // close a previous opened index_read_ifra socket, if exists if (($prev = $user->rd_socket_get()) != NULL) { $s_a_p->socks_unset($user->rd_socket_get());