[USERSESSION] Cookie has not prefix and is nor SameSite #77

Closed
opened 2021-04-21 17:41:30 +02:00 by Ghost · 2 comments

Depending of SecurityHeaders.com result : The 'httpOnly' flag is not set on this cookie. There is no Cookie Prefix on this cookie. This is not a SameSite Cookie.

Depending of SecurityHeaders.com result : The 'httpOnly' flag is not set on this cookie. There is no Cookie Prefix on this cookie. This is not a SameSite Cookie.
Ghost added the
bug
enhancement
master
labels 2021-04-21 17:41:30 +02:00
Author

Issue fixed. Used new PHP7.3.0 array method with setcookie function. Added SameSite cookie option. Added global constant $GLOBALS['CONF_COOKIE_PREFIX'] in config.php.

Issue fixed. Used new PHP7.3.0 array method with setcookie function. Added SameSite cookie option. Added global constant $GLOBALS['CONF_COOKIE_PREFIX'] in config.php.
Ghost added the
fixed
label 2021-04-21 18:26:09 +02:00
Ghost referenced this issue from a commit 2021-04-21 18:27:06 +02:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2021-04-21 18:27:32 +02:00
Ghost referenced this issue from a commit 2021-04-21 18:40:14 +02:00
Ghost referenced this issue from a commit 2021-04-21 18:45:57 +02:00
Ghost referenced this issue from a commit 2021-04-21 18:51:59 +02:00
Ghost referenced this issue from a commit 2021-04-21 19:00:59 +02:00
Sign in to join this conversation.
No description provided.