mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:45:16 +02: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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user