Example #1
0
 public static function clear()
 {
     $_SESSION = [];
     self::$cache = [];
 }
Example #2
0
 public static function clear()
 {
     $_SESSION = array();
     self::$cache = array();
 }