Skip to content

Commit

Permalink
Auth: Make ilSessionMaxIdleIsSetObjective setup objective more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansenDatabay committed Oct 28, 2024
1 parent ff72fc7 commit ab86ff0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ public function achieve(Setup\Environment $environment): Setup\Environment
$e->getTraceAsString()
);

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

return $environment;
} finally {
unlink("public/$filename");
Expand Down

0 comments on commit ab86ff0

Please sign in to comment.