diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-08-07 10:45:05 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-08-07 10:45:05 +0000 |
commit | 644c4bd0467ff9b8ed3f1f74fd21d97611f1a450 (patch) | |
tree | 6c58cb4438397511deccc9df2b80783fa8502178 /phpBB/includes | |
parent | 9193878c057583fb719e1765a5445aac1acdf1bc (diff) | |
download | forums-644c4bd0467ff9b8ed3f1f74fd21d97611f1a450.tar forums-644c4bd0467ff9b8ed3f1f74fd21d97611f1a450.tar.gz forums-644c4bd0467ff9b8ed3f1f74fd21d97611f1a450.tar.bz2 forums-644c4bd0467ff9b8ed3f1f74fd21d97611f1a450.tar.xz forums-644c4bd0467ff9b8ed3f1f74fd21d97611f1a450.zip |
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
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/session.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 118b969659..998b8be5f6 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -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); } |