From 7ef52ac5e398efbbb865083bcd0cdcd404a3889d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Jun 2021 12:23:01 +0300 Subject: prolong PHP session cookie automatically to stop hard logouts after SESSION_LIFETIME expires --- include/sessions.php | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sessions.php b/include/sessions.php index b4d901b..aa0cd94 100644 --- a/include/sessions.php +++ b/include/sessions.php @@ -1,17 +1,31 @@