mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +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;
|
public static $lastError = null;
|
||||||
|
|
||||||
/**
|
|
||||||
* 'Security.level' setting, "high", "medium", or "low".
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
public static $security = null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Start time for this session.
|
* Start time for this session.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue