Skip to content

Commit

Permalink
Remove unused property CakeSession::$security.
Browse files Browse the repository at this point in the history
  • Loading branch information
majna committed Jan 4, 2012
1 parent ba02cf7 commit 75b4e7d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/Cake/Model/Datasource/CakeSession.php
Expand Up @@ -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.
*
Expand Down

0 comments on commit 75b4e7d

Please sign in to comment.