cakephp2-php8/cake/libs/controller/components
tylerseymour 13c64f1707 Fix issue where values are not recursively deleted. ie:
$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>
2011-04-16 15:16:34 -04:00
..
acl.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
auth.php Auth enhancement, less calls to user() 2011-03-23 15:34:02 +01:00
cookie.php Fix issue where values are not recursively deleted. ie: 2011-04-16 15:16:34 -04:00
email.php Allowing strings in cc and bcc. Fixes #1553. 2011-02-22 21:23:15 -03:00
request_handler.php Fixing incorrect content type headers from being set, when an action contains a requestAction to an action with a different Content-Type. Also populating RequestHandler->params as it was always empty. 2011-01-18 08:28:16 -05:00
security.php Removing unserialize() as its dangerous. Instead using | delimited fields for locked fields. This totally avoids issues with serialize(). Removing str_rot13, as its only child proof. 2010-11-20 23:42:54 -05:00
session.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00