mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Delete u and k cookies
git-svn-id: file:///svn/phpbb/trunk@5183 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
352b8536de
commit
8b7be7c1ec
1 changed files with 2 additions and 1 deletions
|
@ -301,7 +301,8 @@ switch ($mode)
|
|||
}
|
||||
}
|
||||
$user->set_cookie('track', '', $set_time);
|
||||
$user->set_cookie('data', '', $set_time);
|
||||
$user->set_cookie('u', '', $set_time);
|
||||
$user->set_cookie('k', '', $set_time);
|
||||
$user->set_cookie('sid', '', $set_time);
|
||||
|
||||
// We destroy the session here, the user will be logged out nevertheless
|
||||
|
|
Loading…
Add table
Reference in a new issue