From 34406d81fa46dede6902fa9df766a2ae7a91e49d Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sat, 19 Feb 2022 18:41:09 -0500 Subject: [PATCH] fix --- www/application/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/application/config/constants.php b/www/application/config/constants.php index 89ee561a..374ab938 100644 --- a/www/application/config/constants.php +++ b/www/application/config/constants.php @@ -92,7 +92,7 @@ define('PHP_API_OK', 0); define('PHP_LOGIN_OK', 100); define('PHP_CREATED_OK', 10); define('PHP_API_BAD_PARAM', -1); -define('SESSION_TIMEOUT_LOGOUT',72000); +define('SESSION_TIMEOUT_LOGOUT',144000); define('SUPPORT_PHONE','+234 (818)-3866434');