Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     if (!isset($_SESSION[$this->_getSessionNamespace()])) {
         $_SESSION[$this->_getSessionNamespace()] = array('keys' => array(), 'uuid' => array());
     }
 }