aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-08-07 10:45:05 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-08-07 10:45:05 +0000
commit644c4bd0467ff9b8ed3f1f74fd21d97611f1a450 (patch)
tree6c58cb4438397511deccc9df2b80783fa8502178 /phpBB/includes
parent9193878c057583fb719e1765a5445aac1acdf1bc (diff)
downloadforums-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.php3
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);
}