[USERSESSION] Cookie has not prefix and is nor SameSite #77
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.
Pushed to master