Merge pull request #394 from majna/2.0-sess-doc

Remove unused property CakeSession::$security.
This commit is contained in:
José Lorenzo Rodríguez 2012-01-04 16:20:24 -08:00
commit f9c8d0cbf9

View file

@ -70,13 +70,6 @@ class CakeSession {
*/
public static $lastError = null;
/**
* 'Security.level' setting, "high", "medium", or "low".
*
* @var string
*/
public static $security = null;
/**
* Start time for this session.
*