Moderators: jmacgreg, michael, John, vgabler
@@ -73,7 +73,7 @@
if($db->num_rows($result) != 0) {
// check that IP of existing session matches
list($session_ip) = $db->assoc_array($result);
- if($session_ip != $ip) {
+ if(false && $session_ip != $ip) {
// invalid IP, redirect to login form
session_destroy();
redirect("login.php?op=logout");
Return to OJS Editorial Support and Discussion
Users browsing this forum: Bing [Bot] and 2 guests