getHandler()->gc($this->getSessionLifetimeInSeconds()); } /** * Get the session lifetime in seconds. * * @return int */ protected function getSessionLifetimeInSeconds() { return (config('session.lifetime', null)) * 60; } }