Ejemplo n.º 1
0
 /**
  * Remove old session of user
  *
  * @param $oUser
  * @param $nSessionLimit
  *
  * @return bool|void
  */
 protected function LimitSession($oUser, $nSessionLimit)
 {
     return $this->oMapper->LimitSession($oUser, $nSessionLimit);
 }