Skip to content

Commit

Permalink
Auth: Make ilSessionMaxIdleIsSetObjective notable
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansenDatabay committed Oct 28, 2024
1 parent ab86ff0 commit cc80fc5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getLabel(): string

public function isNotable(): bool
{
return false;
return true;
}

public function getPreconditions(Setup\Environment $environment): array
Expand Down Expand Up @@ -85,8 +85,7 @@ public function achieve(Setup\Environment $environment): Setup\Environment
"An error occurred while trying to determine the values for 'session.cookie_lifetime' and" . PHP_EOL .
"'session.gc_maxlifetime' in your php.ini: {$e->getMessage()}" . PHP_EOL .
'You can IGNORE the the error if you are sure these settings comply with our expection to' . PHP_EOL .
'to ensure a proper session handling.' . PHP_EOL .
$e->getTraceAsString()
'ensure a proper session handling.'
);

$client_ini->setVariable('session', 'expire', (string) $session_max_idle);
Expand Down

0 comments on commit cc80fc5

Please sign in to comment.