/**
  * Load the attributes from the $_SESSION global
  *
  * @return UserSessionContainerAbstract
  */
 public function loadSession(array &$session = null)
 {
     parent::loadSession($session);
     //Update the session timers
     $this->_updateTimers();
     return $this;
 }