mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #394 from majna/2.0-sess-doc
Remove unused property CakeSession::$security.
This commit is contained in:
commit
f9c8d0cbf9
1 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue