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:
Meik Sievertsen 2006-08-07 10:45:05 +00:00
parent 9193878c05
commit 644c4bd046

View file

@ -511,9 +511,6 @@ class session
$this->set_cookie('k', $this->cookie_data['k'], $cookie_expire); $this->set_cookie('k', $this->cookie_data['k'], $cookie_expire);
$this->set_cookie('sid', $this->session_id, $cookie_expire); $this->set_cookie('sid', $this->session_id, $cookie_expire);
$SID = '?sid=';
$_SID = '';
unset($cookie_expire); unset($cookie_expire);
} }