X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;fp=web%2FObj%2Fbrisk.phh;h=e3a0c368f84c32dcb8260f3e29f6fca6e3f3cbe2;hp=b621da52c8feb2918a3ea2f1efacea428add5698;hb=d122f816fa59112ddfa7a10a89b479ad8664112b;hpb=ef803790810bc43b636d3e8bcf5ad8597e7f979b diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index b621da5..e3a0c36 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2786,8 +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']) { @@ -2802,7 +2803,6 @@ class Brisk break; } - $this->sess_cur_set($user->sess); // close a previous opened index_read_ifra socket, if exists if (($prev = $user->rd_socket_get()) != NULL) {