19 declare(strict_types=1);
29 $this->
lng = $DIC->language();
30 $this->
lng->loadLanguageModule(
'auth');
35 return 'auth_destroy_expired_sessions';
40 return $this->
lng->txt(
'auth_cron_destroy_expired_sessions');
45 return $this->
lng->txt(
'auth_cron_destroy_expired_sessions_desc');
60 return ILIAS\Cron\Schedule\CronJobScheduleType::SCHEDULE_TYPE_IN_MINUTES;
80 $result->setMessage(
'Number of destroyed sessions: ' . $num_destroyed_sessions);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider .
static _destroyExpiredSessions()
Destroy expired sessions.
static aggretateRaw(int $a_now)
Aggregate raw session data (older than given time)
getDefaultScheduleValue()