From dd2f39c789d882e8f2f6e8180993ebb652aa520e Mon Sep 17 00:00:00 2001 From: Borgal Date: Wed, 13 Aug 2025 11:56:24 +0200 Subject: [PATCH] =?UTF-8?q?Sessionlaufzeit=20verl=C3=A4ngert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/check_login.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/inc/check_login.php b/inc/check_login.php index e4bab96..7e15b39 100755 --- a/inc/check_login.php +++ b/inc/check_login.php @@ -1,4 +1,19 @@ $lifetime, + 'path' => '/', + 'samesite' => 'Lax' +]); + session_start(); include('db.php');