fix: increase session lifetime

This commit is contained in:
Floorb 2023-07-14 11:17:15 -04:00
parent f281307b20
commit caf6b10d4a

View file

@ -222,6 +222,7 @@ function verifyCsrfToken($token = null) : bool {
}
session_start();
session_set_cookie_params(86400);
/* Set up the database and Eloquent ORM */
$capsule = new Capsule();