mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removing check for set key
This commit is contained in:
parent
a966e46545
commit
a1e140cbe0
1 changed files with 1 additions and 3 deletions
|
@ -468,9 +468,7 @@ class CakeSession {
|
||||||
session_start();
|
session_start();
|
||||||
}
|
}
|
||||||
session_destroy();
|
session_destroy();
|
||||||
if (isset($_COOKIE[static::_cookieName()])) {
|
unset($_COOKIE[static::_cookieName()]);
|
||||||
unset($_COOKIE[static::_cookieName()]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$_SESSION = null;
|
$_SESSION = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue