cakephp2-php8/lib/Cake/Test/Case/Controller/Component
ADmad 84932fcc4a Don't start a session if it's known to be empty.
If an app only reads/checks the session there's no need to start a
session to know that the read/checked session value is empty.

Fixes #1981
2014-01-22 01:17:16 +05:30
..
Acl Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Auth Fixed edge case which allowed login with empty password. 2013-12-07 18:40:08 +05:30
AclComponentTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AuthComponentTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CookieComponentTest.php Revert change done in 11f543f1f2. 2013-12-15 20:29:41 +05:30
EmailComponentTest.php unify to expected 2014-01-09 16:52:21 +01:00
PaginatorComponentTest.php Moved exception throwing to after paging info it set for request. 2013-11-30 19:00:08 +05:30
RequestHandlerComponentTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
SecurityComponentTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
SessionComponentTest.php Don't start a session if it's known to be empty. 2014-01-22 01:17:16 +05:30