Example #1
0
 /**
  * Get the logged in cookie ttl from the config
  */
 public function getLoginCookieTTL()
 {
     return $this->configs->getLoggedInCookieTTL();
 }