/**
  * @param null $user
  * @return bool
  */
 public function isSessionInactive($user = null)
 {
     return Session::isInactive($user);
 }