diff --git a/includes/common.php b/includes/common.php index 78fdf48..4c538d7 100644 --- a/includes/common.php +++ b/includes/common.php @@ -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();