Remediation Steps
Follow the steps below to remediate this finding on Apache webserver.
Ensure mod_headers is enabled:
sudo a2enmod headersAdd to your VirtualHost or .htaccess:
Header always edit Set-Cookie (.*) "$1; SameSite=Lax"Reload Apache:
sudo systemctl reload apache2