mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 07:08:09 +01:00
Minor update which may fix some multiple session probs
git-svn-id: file:///svn/phpbb/trunk@207 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
728d6f6609
commit
9a155b4870
@ -290,6 +290,7 @@ function session_pagestart($user_ip, $thispage_id, $session_length)
|
||||
error_die(SESSION_CREATE);
|
||||
}
|
||||
}
|
||||
$userdata['session_id'] = $result;
|
||||
|
||||
}
|
||||
else
|
||||
@ -311,6 +312,7 @@ function session_pagestart($user_ip, $thispage_id, $session_length)
|
||||
error_die(SESSION_CREATE);
|
||||
}
|
||||
}
|
||||
$userdata['session_id'] = $result;
|
||||
$userdata['session_logged_in'] = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user