mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue