From bd93a8e329ca60dd57792d78f83f0d16c8e38df1 Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Wed, 22 May 2024 10:32:10 +0300 Subject: [PATCH] When setting cookies via PHP, add handling of the "path" value in the options (session.php) Otherwise, cookies set via PHP will not be able to be changed in JS. Because JS saves cookies with path="/" Closed: #4024 --- web/includes/session.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/includes/session.php b/web/includes/session.php index 127ca843d..89ebc136b 100644 --- a/web/includes/session.php +++ b/web/includes/session.php @@ -1,6 +1,9 @@