mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-16 03:48:24 +00:00
13c64f1707
$this->Cookie->write('User.email', 'test@example.com'); $this->Cookie->delete('User'); The cookie for User.email would not be removed (despite being removed from the __values array. Fixes #1651 Signed-off-by: mark_story <mark@mark-story.com> |
||
---|---|---|
.. | ||
acl.php | ||
auth.php | ||
cookie.php | ||
email.php | ||
request_handler.php | ||
security.php | ||
session.php |