mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
also make sure users not allowing cookies are retained on the first visit ;)
git-svn-id: file:///svn/phpbb/trunk@6249 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9193878c05
commit
644c4bd046
1 changed files with 0 additions and 3 deletions
|
@ -511,9 +511,6 @@ class session
|
|||
$this->set_cookie('k', $this->cookie_data['k'], $cookie_expire);
|
||||
$this->set_cookie('sid', $this->session_id, $cookie_expire);
|
||||
|
||||
$SID = '?sid=';
|
||||
$_SID = '';
|
||||
|
||||
unset($cookie_expire);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue